Skip to content
Snippets Groups Projects
Commit a3ca25ff authored by ribeaudc's avatar ribeaudc
Browse files

minor: - javadoc updated.

SVN: 4754
parent 8d66a6b9
No related branches found
No related tags found
No related merge requests found
...@@ -131,8 +131,8 @@ public class TableMapNonUniqueKey<K, E> implements Iterable<E> ...@@ -131,8 +131,8 @@ public class TableMapNonUniqueKey<K, E> implements Iterable<E>
/** /**
* Gets the row set for the specified key or <code>null</code> if not found. * Gets the row set for the specified key or <code>null</code> if not found.
* <p> *
* The set is ordered by the order of addition. * @return the set is ordered by the order of addition or <code>null</code>.
*/ */
public final Set<E> tryGet(final K key) 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