We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee76e5 commit 412d2b3Copy full SHA for 412d2b3
1 file changed
src/main/java/org/apache/commons/codec/digest/B64.java
@@ -39,7 +39,7 @@ final class B64 {
39
* Table with characters for Base64 transformation.
40
*/
41
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!
+ // Do not make this protected or public. Array contents are mutable!
43
44
/**
45
* Base64 like conversion of bytes to ASCII chars.
0 commit comments