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

commit 27dff43d1bb958e3dcd9d29961fbcd24edd1ecee
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Apr 5 12:08:49 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java 
b/src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java
index 1f0ef38e..f968ade5 100644
--- a/src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java
+++ b/src/main/java/org/apache/commons/text/lookup/UrlStringLookup.java
@@ -30,7 +30,7 @@ import org.apache.commons.lang3.StringUtils;
  * Looks up the value for a given key in the format "Charset:URL".
  * </p>
  * <p>
- * For example: "UTF-8:com/domain/document.properties".
+ * For example: "UTF-8:https://www.apache.org";.
  * </p>
  *
  * @since 1.5
@@ -50,9 +50,9 @@ final class UrlStringLookup extends AbstractStringLookup {
     }
 
     /**
-     * Looks up the value for the key in the format "DocumentPath:XPath".
+     * Looks up the value for the key in the format "DocumentPath:URL".
      * <p>
-     * For example: "com/domain/document.xml:/path/to/node".
+     * For example: "UTF-8:https://www.apache.org";.
      * </p>
      *
      * @param key the key to be looked up, may be null

Reply via email to