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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new cc31b988 Javadoc: Fix double the
cc31b988 is described below

commit cc31b98843ff1ddaa3a4d98c73dc428f89918699
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:14:27 2025 -0500

    Javadoc: Fix double the
---
 src/main/java/org/apache/commons/codec/binary/Base16.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/binary/Base16.java 
b/src/main/java/org/apache/commons/codec/binary/Base16.java
index fe1ff3bf..0ba01df5 100644
--- a/src/main/java/org/apache/commons/codec/binary/Base16.java
+++ b/src/main/java/org/apache/commons/codec/binary/Base16.java
@@ -85,7 +85,7 @@ public class Base16 extends BaseNCodec {
         }
 
         /**
-         * Sets whether to use the the lower-case Base16 alphabet.
+         * Sets whether to use the lower-case Base16 alphabet.
          *
          * @param lowerCase {@code true} to use the lower-case Base16 alphabet.
          * @return {@code this} instance.

Reply via email to