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:
parent
dd13ad78b2
commit
2d728c3f22
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue