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-text.git
The following commit(s) were added to refs/heads/master by this push: new d73380e6 Javadoc d73380e6 is described below commit d73380e67c6fcf76dceb7f39fec21d5cf46ab2fe Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 11 16:16:42 2023 -0500 Javadoc --- src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java index 5c43bab0..0d140c9c 100644 --- a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java +++ b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java @@ -271,7 +271,7 @@ public final class StringLookupFactory { } /** - * Construct a lookup map by parsing the given string. The string is expected to contain + * Constructs a lookup map by parsing the given string. The string is expected to contain * comma or space-separated names of values from the {@link DefaultStringLookup} enum. If * the given string is null or empty, an empty map is returned. * @param str string to parse; may be null or empty @@ -297,7 +297,7 @@ public final class StringLookupFactory { private final Map<String, StringLookup> defaultStringLookups; /** - * Construct a new instance initialized with the given properties. + * Constructs a new instance initialized with the given properties. * @param props initialization properties */ DefaultStringLookupsHolder(final Properties props) {