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 4aec05a68d651ea11bd73bc45ace75ceb2edb461
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 23 09:19:14 2023 -0400

    Javadoc
---
 .../java/org/apache/commons/text/lookup/UrlDecoderStringLookup.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/text/lookup/UrlDecoderStringLookup.java 
b/src/main/java/org/apache/commons/text/lookup/UrlDecoderStringLookup.java
index 49fe0b20..d4cb5107 100644
--- a/src/main/java/org/apache/commons/text/lookup/UrlDecoderStringLookup.java
+++ b/src/main/java/org/apache/commons/text/lookup/UrlDecoderStringLookup.java
@@ -36,7 +36,7 @@ final class UrlDecoderStringLookup extends 
AbstractStringLookup {
     static final UrlDecoderStringLookup INSTANCE = new 
UrlDecoderStringLookup();
 
     /**
-     * This ctor is not private to allow Mockito spying.
+     * Constructs a new instance.
      */
     private UrlDecoderStringLookup() {
         // empty

Reply via email to