Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public int getLength() {

/**
* Return the <i>i</i><sup>th</sup> reference. Valid <code>i</code>
* values are 0 to <code>{link@ getSize}-1</code>.
* values are 0 to <code>{@link #getLength()}-1</code>.
*
* @param i Index of the requested {@link Reference}
* @return the <i>i</i><sup>th</sup> reference
Expand Down