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 4b80393d Javadoc nit 4b80393d is described below commit 4b80393d40fc0771bc95fbba70a977c3a80d4c91 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 6 18:43:34 2024 -0400 Javadoc nit --- src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java | 1 - 1 file changed, 1 deletion(-) 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 e60e4917..3c4015a6 100644 --- a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java +++ b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java @@ -1647,7 +1647,6 @@ public final class StringLookupFactory { * StringLookupFactory.INSTANCE.xmlStringLookup(map, Pathe.get("")).lookup("com/domain/document.xml:/path/to/node"); * </pre> * <p> - * <p> * To use a {@link StringLookup} fenced by the current directory, use: * </p> *