Add missing Javadoc param tag.
This commit is contained in:
parent
5741f6ff19
commit
0ffdcf31e7
|
@ -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> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue