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 412d2b3d Comment: Remove unnecessary Latin acronym
412d2b3d is described below

commit 412d2b3d139dfed2268b3fb3a42771ce472854f1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Mar 14 10:03:26 2025 -0400

    Comment: Remove unnecessary Latin acronym
---
 src/main/java/org/apache/commons/codec/digest/B64.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/B64.java 
b/src/main/java/org/apache/commons/codec/digest/B64.java
index a6e45278..ad9183a1 100644
--- a/src/main/java/org/apache/commons/codec/digest/B64.java
+++ b/src/main/java/org/apache/commons/codec/digest/B64.java
@@ -39,7 +39,7 @@ final class B64 {
      * Table with characters for Base64 transformation.
      */
     static final char[] B64T_ARRAY = B64T_STRING.toCharArray(); // package 
access for testing
-    // N.B. Do not make this protected or public. Array contents are mutable!
+    // Do not make this protected or public. Array contents are mutable!
 
     /**
      * Base64 like conversion of bytes to ASCII chars.

Reply via email to