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 22c55716 Javadoc
22c55716 is described below

commit 22c5571699b2000c9b84f1676565378ea64191ac
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 6 09:18:16 2024 -0400

    Javadoc
---
 .../java/org/apache/commons/text/lookup/StringLookupFactory.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 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 a5c16a48..a80e13ee 100644
--- a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
+++ b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
@@ -98,7 +98,7 @@ import org.apache.commons.text.StringSubstitutor;
  * <tr>
  * <td>{@value #KEY_FILE}</td>
  * <td>{@link StringLookup}</td>
- * <td>{@link #fileStringLookup()}</td>
+ * <td>{@link #fileStringLookup(Path...)}</td>
  * <td>1.5</td>
  * </tr>
  * <tr>
@@ -116,7 +116,7 @@ import org.apache.commons.text.StringSubstitutor;
  * <tr>
  * <td>{@value #KEY_PROPERTIES}</td>
  * <td>{@link StringLookup}</td>
- * <td>{@link #propertiesStringLookup()}</td>
+ * <td>{@link #propertiesStringLookup(Path...)}</td>
  * <td>1.5</td>
  * </tr>
  * <tr>
@@ -146,7 +146,7 @@ import org.apache.commons.text.StringSubstitutor;
  * <tr>
  * <td>{@value #KEY_XML}</td>
  * <td>{@link StringLookup}</td>
- * <td>{@link #xmlStringLookup()}</td>
+ * <td>{@link #xmlStringLookup(Map, Path...)}</td>
  * <td>1.5</td>
  * </tr>
  * <tr>

Reply via email to