Skip to content

Commit 412d2b3

Browse files
committed
Comment: Remove unnecessary Latin acronym
1 parent 8ee76e5 commit 412d2b3

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/apache/commons/codec/digest

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/codec/digest/B64.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class B64 {
3939
* Table with characters for Base64 transformation.
4040
*/
4141
static final char[] B64T_ARRAY = B64T_STRING.toCharArray(); // package access for testing
42-
// N.B. Do not make this protected or public. Array contents are mutable!
42+
// Do not make this protected or public. Array contents are mutable!
4343

4444
/**
4545
* Base64 like conversion of bytes to ASCII chars.

0 commit comments

Comments
 (0)