Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
Whitespace
  • Loading branch information
garydgregory committed Apr 19, 2024
1 parent 0c7c76f commit cfa7c41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/apache/commons/codec/binary/Base64.java
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ private static byte[] toUrlSafeEncodeTable(final boolean urlSafe) {
* <p>
* When encoding the line length is 0 (no chunking), and the encoding table is STANDARD_ENCODE_TABLE.
* </p>
*
* <p>
* When decoding all variants are supported.
* </p>
Expand All @@ -517,7 +516,6 @@ public Base64() {
* <p>
* When encoding the line length is 76, the line separator is CRLF, and the encoding table is STANDARD_ENCODE_TABLE.
* </p>
*
* <p>
* When decoding all variants are supported.
* </p>
Expand Down

0 comments on commit cfa7c41

Please sign in to comment.