You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/04/21 22:40:32 UTC

svn commit: r1470340 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ListUtils.java

Author: sebb
Date: Sun Apr 21 20:40:32 2013
New Revision: 1470340

URL: http://svn.apache.org/r1470340
Log:
Javadoc

Modified:
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ListUtils.java

Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ListUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ListUtils.java?rev=1470340&r1=1470339&r2=1470340&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ListUtils.java (original)
+++ commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/ListUtils.java Sun Apr 21 20:40:32 2013
@@ -478,7 +478,7 @@ public class ListUtils {
      * Returns a fixed-sized list backed by the given list.
      * Elements may not be added or removed from the returned list, but 
      * 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 list  the list whose size to fix, must not be null