Skip to content

Commit cfa7c41

Browse files
committed
Javadoc
Whitespace
1 parent 0c7c76f commit cfa7c41

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/org/apache/commons/codec/binary

1 file changed

+0
-2
lines changed

src/main/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ private static byte[] toUrlSafeEncodeTable(final boolean urlSafe) {
503503
* <p>
504504
* When encoding the line length is 0 (no chunking), and the encoding table is STANDARD_ENCODE_TABLE.
505505
* </p>
506-
*
507506
* <p>
508507
* When decoding all variants are supported.
509508
* </p>
@@ -517,7 +516,6 @@ public Base64() {
517516
* <p>
518517
* When encoding the line length is 76, the line separator is CRLF, and the encoding table is STANDARD_ENCODE_TABLE.
519518
* </p>
520-
*
521519
* <p>
522520
* When decoding all variants are supported.
523521
* </p>

0 commit comments

Comments
 (0)