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 0c7c76f commit cfa7c41Copy full SHA for cfa7c41
src/main/java/org/apache/commons/codec/binary/Base64.java
@@ -503,7 +503,6 @@ private static byte[] toUrlSafeEncodeTable(final boolean urlSafe) {
503
* <p>
504
* When encoding the line length is 0 (no chunking), and the encoding table is STANDARD_ENCODE_TABLE.
505
* </p>
506
- *
507
508
* When decoding all variants are supported.
509
@@ -517,7 +516,6 @@ public Base64() {
517
516
518
* When encoding the line length is 76, the line separator is CRLF, and the encoding table is STANDARD_ENCODE_TABLE.
519
520
521
522
523
0 commit comments