Javadoc tweaks.

This commit is contained in:
Gary Gregory 2021-08-02 14:05:15 -04:00
parent bfede0ea47
commit c48cef5d5f

View File

@ -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