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

commit 477a74f5b6b5a31b572f7040fde26da626452979
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jul 19 14:09:45 2025 -0400

    Fix Checkstyle
---
 src/main/java/org/apache/commons/text/StringSubstitutor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/text/StringSubstitutor.java 
b/src/main/java/org/apache/commons/text/StringSubstitutor.java
index 1780d972..1cffd67d 100644
--- a/src/main/java/org/apache/commons/text/StringSubstitutor.java
+++ b/src/main/java/org/apache/commons/text/StringSubstitutor.java
@@ -636,7 +636,7 @@ public class StringSubstitutor {
     }
 
     /**
-     * Creates a new instance based on the given 
+     * Creates a new instance based on the given.
      *
      * @param other The StringSubstitutor used as the source.
      * @since 1.9

Reply via email to