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 cc79d10 Javadoc. cc79d10 is described below commit cc79d10eb50cf7d447cd0bee10c2ef7a8b4b46c7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 28 09:53:45 2020 -0400 Javadoc. --- src/main/java/org/apache/commons/text/lookup/StringLookup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/lookup/StringLookup.java b/src/main/java/org/apache/commons/text/lookup/StringLookup.java index 9b5e998..df0f2b9 100644 --- a/src/main/java/org/apache/commons/text/lookup/StringLookup.java +++ b/src/main/java/org/apache/commons/text/lookup/StringLookup.java @@ -34,7 +34,7 @@ package org.apache.commons.text.lookup; public interface StringLookup { /** - * Looks up a String key to a String value. + * Looks up a String key to provide a String value. * <p> * The internal implementation may use any mechanism to return the value. The simplest implementation is to use a * Map. However, virtually any implementation is possible.