git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-04-21 20:40:32 +00:00
parent 1df5607ba7
commit 212ac51aee
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ public class ListUtils {
* Returns a fixed-sized list backed by the given list. * Returns a fixed-sized list backed by the given list.
* Elements may not be added or removed from the returned list, but * Elements may not be added or removed from the returned list, but
* existing elements can be changed (for instance, via the * existing elements can be changed (for instance, via the
* {@link List#set(int,E)} method). * {@link List#set(int, Object)} method).
* *
* @param <E> the element type * @param <E> the element type
* @param list the list whose size to fix, must not be null * @param list the list whose size to fix, must not be null