This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new dc54284 Javadoc. dc54284 is described below commit dc54284ee75435773dc37022d3759c582743c189 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jun 24 08:44:16 2020 -0400 Javadoc. --- src/main/java/org/apache/commons/lang3/text/StrLookup.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/text/StrLookup.java b/src/main/java/org/apache/commons/lang3/text/StrLookup.java index f10aa73..7558c0b 100644 --- a/src/main/java/org/apache/commons/lang3/text/StrLookup.java +++ b/src/main/java/org/apache/commons/lang3/text/StrLookup.java @@ -29,8 +29,9 @@ import java.util.Map; * If these do not suffice, you can subclass and implement your own matcher. * <p> * For example, it would be possible to implement a lookup that used the - * key as a primary key, and looked up the value on demand from the database + * key as a primary key, and looked up the value on demand from the database. * + * @param <V> Unused. * @since 2.2 * @deprecated as of 3.6, use commons-text * <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringLookupFactory.html">