Add missing Javadoc param tag.

This commit is contained in:
Gary Gregory 2021-12-31 08:43:37 -05:00
parent 5741f6ff19
commit 0ffdcf31e7
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ public abstract class StrLookup<V> {
/**
* Lookup implementation that uses a Map.
*
* @param <V> the type of mapped values.
*/
static class MapStrLookup<V> extends StrLookup<V> {