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

commit 8635a76ec2eb811a0aaf757a0c347f77a7f9b506
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 6 09:15:21 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java | 4 ++--
 1 file changed, 2 insertions(+), 2 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 52f9f3d2..a5c16a48 100644
--- a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
+++ b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
@@ -225,7 +225,7 @@ public final class StringLookupFactory {
         static final DefaultStringLookupsHolder INSTANCE = new 
DefaultStringLookupsHolder(System.getProperties());
 
         /**
-         * Add the key and string lookup from {@code lookup} to {@code map}, 
also adding any additional key aliases if needed. Keys are normalized using the
+         * Adds the key and string lookup from {@code lookup} to {@code map}, 
also adding any additional key aliases if needed. Keys are normalized using the
          * {@link #toKey(String)} method.
          *
          * @param lookup lookup to add
@@ -240,7 +240,7 @@ public final class StringLookupFactory {
         }
 
         /**
-         * Create the lookup map used when the user has requested no 
customization.
+         * Creates the lookup map used when the user has requested no 
customization.
          *
          * @return default lookup map
          */

Reply via email to