This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 0b68c23d Javadoc
0b68c23d is described below

commit 0b68c23d465aa148396a030467fa43dce6547409
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 16 16:12:17 2026 -0400

    Javadoc
---
 .../org/apache/commons/text/lookup/StringLookupFactory.java    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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 5e22f3ca..3feb4fe5 100644
--- a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
+++ b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
@@ -903,7 +903,7 @@ public final class StringLookupFactory {
      * Returns a file StringLookup instance.
      * <p>
      * If this factory was built using {@link Builder#setFences(Path...)}, 
then the string lookup is fenced and will throw an {@link 
IllegalArgumentException}
-     * if a lookup causes causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
+     * if a lookup causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
      * </p>
      * <em>Using a fenced StringLookup</em>
      * <p>
@@ -1199,7 +1199,7 @@ public final class StringLookupFactory {
      * Returns a Properties StringLookup instance.
      * <p>
      * If this factory was built using {@link Builder#setFences(Path...)}, 
then the string lookup is fenced and will throw an {@link 
IllegalArgumentException}
-     * if a lookup causes causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
+     * if a lookup causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
      * </p>
      * <p>
      * We looks up a value for the key in the format {@code 
"DocumentPath::MyKey"}.
@@ -1615,7 +1615,7 @@ public final class StringLookupFactory {
      * Returns an XML StringLookup instance.
      * <p>
      * If this factory was built using {@link Builder#setFences(Path...)}, 
then the string lookup is fenced and will throw an {@link 
IllegalArgumentException}
-     * if a lookup causes causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
+     * if a lookup causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
      * </p>
      * <p>
      * We looks up values in an XML document in the format {@code 
"DocumentPath:XPath"}.
@@ -1659,7 +1659,7 @@ public final class StringLookupFactory {
      * Returns an XML StringLookup instance.
      * <p>
      * If this factory was built using {@link Builder#setFences(Path...)}, 
then the string lookup is fenced and will throw an {@link 
IllegalArgumentException}
-     * if a lookup causes causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
+     * if a lookup causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
      * </p>
      * <p>
      * We looks up values in an XML document in the format {@code 
"]DocumentPath:XPath"}.
@@ -1706,7 +1706,7 @@ public final class StringLookupFactory {
      * Returns a fenced XML StringLookup instance.
      * <p>
      * If this factory was built using {@link Builder#setFences(Path...)}, 
then the string lookup is fenced and will throw an {@link 
IllegalArgumentException}
-     * if a lookup causes causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
+     * if a lookup causes a path to resolve outside of these fences. 
Otherwise, the result is unfenced to preserved behavior from previous versions.
      * </p>
      * <p>
      * We looks up values in an XML document in the format {@code 
"DocumentPath:XPath"}.

Reply via email to