mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-24 19:29:30 +00:00
Javadoc tweaks.
This commit is contained in:
parent
bfede0ea47
commit
c48cef5d5f
@ -180,7 +180,7 @@ public class ListUtils {
|
|||||||
* Shorthand for {@code list.get(0)}
|
* Shorthand for {@code list.get(0)}
|
||||||
* </p>
|
* </p>
|
||||||
* @param <T> The list type.
|
* @param <T> The list type.
|
||||||
* @param list The list
|
* @param list The list.
|
||||||
* @return the first element of a list.
|
* @return the first element of a list.
|
||||||
* @see List#get(int)
|
* @see List#get(int)
|
||||||
* @since 4.5
|
* @since 4.5
|
||||||
@ -195,7 +195,7 @@ public class ListUtils {
|
|||||||
* Shorthand for {@code list.get(list.size() - 1)}
|
* Shorthand for {@code list.get(list.size() - 1)}
|
||||||
* </p>
|
* </p>
|
||||||
* @param <T> The list type.
|
* @param <T> The list type.
|
||||||
* @param list The list
|
* @param list The list.
|
||||||
* @return the last element of a list.
|
* @return the last element of a list.
|
||||||
* @see List#get(int)
|
* @see List#get(int)
|
||||||
* @since 4.5
|
* @since 4.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user