Fixing javadoc per email from Andrew M

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@782211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-06-06 09:01:41 +00:00
parent dd13ad78b2
commit 2d728c3f22
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ public class LinkedMap
* 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) {