You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/06/06 11:01:41 UTC

svn commit: r782211 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LinkedMap.java

Author: bayard
Date: Sat Jun  6 09:01:41 2009
New Revision: 782211

URL: http://svn.apache.org/viewvc?rev=782211&view=rev
Log:
Fixing javadoc per email from Andrew M

Modified:
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LinkedMap.java

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LinkedMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LinkedMap.java?rev=782211&r1=782210&r2=782211&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LinkedMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LinkedMap.java Sat Jun  6 09:01:41 2009
@@ -150,7 +150,7 @@
      * Gets the value at the specified index.
      * 
      * @param index  the index to retrieve
-     * @return the key at the specified index
+     * @return the value at the specified index
      * @throws IndexOutOfBoundsException if the index is invalid
      */
     public Object getValue(int index) {