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

commit e5904396d60852ebd688e892bbae5e618141714e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 6 09:19:53 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/text/StringSubstitutor.java | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/text/StringSubstitutor.java 
b/src/main/java/org/apache/commons/text/StringSubstitutor.java
index 9f1b7470..952a38a5 100644
--- a/src/main/java/org/apache/commons/text/StringSubstitutor.java
+++ b/src/main/java/org/apache/commons/text/StringSubstitutor.java
@@ -16,6 +16,7 @@
  */
 package org.apache.commons.text;
 
+import java.nio.file.Path;
 import java.util.ArrayList;
 import java.util.List;
 import java.util.Map;
@@ -334,7 +335,7 @@ public class StringSubstitutor {
      * </tr>
      * <tr>
      * <td>{@value 
org.apache.commons.text.lookup.StringLookupFactory#KEY_FILE}</td>
-     * <td>{@link StringLookupFactory#fileStringLookup()}</td>
+     * <td>{@link StringLookupFactory#fileStringLookup(Path...)}</td>
      * </tr>
      * <tr>
      * <td>{@value 
org.apache.commons.text.lookup.StringLookupFactory#KEY_JAVA}</td>
@@ -346,7 +347,7 @@ public class StringSubstitutor {
      * </tr>
      * <tr>
      * <td>{@value 
org.apache.commons.text.lookup.StringLookupFactory#KEY_PROPERTIES}</td>
-     * <td>{@link StringLookupFactory#propertiesStringLookup()}</td>
+     * <td>{@link StringLookupFactory#propertiesStringLookup(Path...)}</td>
      * </tr>
      * <tr>
      * <td>{@value 
org.apache.commons.text.lookup.StringLookupFactory#KEY_RESOURCE_BUNDLE}</td>
@@ -366,7 +367,7 @@ public class StringSubstitutor {
      * </tr>
      * <tr>
      * <td>{@value 
org.apache.commons.text.lookup.StringLookupFactory#KEY_XML}</td>
-     * <td>{@link StringLookupFactory#xmlStringLookup()}</td>
+     * <td>{@link StringLookupFactory#xmlStringLookup(Map, Path...)}</td>
      * </tr>
      * <tr>
      * <td>{@value 
org.apache.commons.text.lookup.StringLookupFactory#KEY_XML_DECODER}</td>

Reply via email to