Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Nov 20, 2023
1 parent 18373be commit a75bfe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/plumelib/util/CollectionsPlume.java
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ List<TO> mapList(Function<? super FROM, ? extends TO> f, Iterable<FROM> iterable
*
* <pre>import static org.plumelib.util.CollectionsPlume.mapList;</pre>
*
* This method is just like {@link #transform}, but with the arguments in the other order.
*
* @param <FROM> the type of elements of the given array
* @param <TO> the type of elements of the result list
* @param f a function
Expand Down

0 comments on commit a75bfe1

Please sign in to comment.