clarify documentation
parent
11e06aa4a1
commit
df66ad4d42
|
@ -100,7 +100,7 @@ public class LookUpTable<T> {
|
|||
* Get a value by key
|
||||
*
|
||||
* @param key
|
||||
* @return value
|
||||
* @return value (null if key not found)
|
||||
*/
|
||||
public T get(String key) {
|
||||
for (int i = 0; i < usedSlots.length; i++) {
|
||||
|
|
Loading…
Reference in New Issue