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 7bb4406 Javadoc. 7bb4406 is described below commit 7bb440694f2b36a48b323f6e3dca07032967b138 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 28 09:52:36 2020 -0400 Javadoc. --- src/main/java/org/apache/commons/text/lookup/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/lookup/package-info.java b/src/main/java/org/apache/commons/text/lookup/package-info.java index 192f462..6e20eab 100644 --- a/src/main/java/org/apache/commons/text/lookup/package-info.java +++ b/src/main/java/org/apache/commons/text/lookup/package-info.java @@ -17,7 +17,7 @@ /** * <p> * Provides algorithms for looking up strings for use with a {@link org.apache.commons.text.StringSubstitutor}. The main - * class here is {@link org.apache.commons.text.lookup.StringLookupFactory}. + * class in this package is {@link org.apache.commons.text.lookup.StringLookupFactory}. * </p> * * <p>