Skip to content
Snippets Groups Projects
Commit e03298b5 authored by brinn's avatar brinn
Browse files

fix: Javadoc comment

SVN: 4769
parent a6ab2211
No related branches found
No related tags found
No related merge requests found
......@@ -130,9 +130,9 @@ public class TableMapNonUniqueKey<K, E> implements Iterable<E>
}
/**
* Gets the row set for the specified key or <code>null</code> if not found.
*
* @return the set is ordered by the order of addition or <code>null</code>.
* Gets the row set for the specified <var>key</var>.
*
* @return The set, given in the order of addition, or <code>null</code> if the <var>key</var> is not found.
*/
public final Set<E> tryGet(final K key)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment