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 ccd4bc1 Javadoc. ccd4bc1 is described below commit ccd4bc1140c172af963be557097892dde6617a05 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 28 09:53:27 2020 -0400 Javadoc. --- src/main/java/org/apache/commons/text/lookup/BiStringLookup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/lookup/BiStringLookup.java b/src/main/java/org/apache/commons/text/lookup/BiStringLookup.java index e806677..3a8828a 100644 --- a/src/main/java/org/apache/commons/text/lookup/BiStringLookup.java +++ b/src/main/java/org/apache/commons/text/lookup/BiStringLookup.java @@ -36,7 +36,7 @@ package org.apache.commons.text.lookup; public interface BiStringLookup<U> extends 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.