clarify documentation

master
Jan Danielzick 2022-12-16 12:48:50 +00:00
parent 11e06aa4a1
commit df66ad4d42
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {