This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit cfa7c4188ad67f08ae9cfb9007e234bca26a7bf7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Apr 19 08:30:47 2024 -0400

    Javadoc
    
    Whitespace
---
 src/main/java/org/apache/commons/codec/binary/Base64.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/binary/Base64.java 
b/src/main/java/org/apache/commons/codec/binary/Base64.java
index 0d99df7e..dc5c2b3b 100644
--- a/src/main/java/org/apache/commons/codec/binary/Base64.java
+++ b/src/main/java/org/apache/commons/codec/binary/Base64.java
@@ -503,7 +503,6 @@ public class Base64 extends BaseNCodec {
      * <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>
@@ -517,7 +516,6 @@ public class Base64 extends BaseNCodec {
      * <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>

Reply via email to