Skip to content

Commit 39b7703

Browse files
committed
Checkstyle: Line is longer than 120 characters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1634430 13f79535-47bb-0310-9956-ffa450edef68
1 parent 52c6208 commit 39b7703

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public Base64OutputStream(final OutputStream out, final boolean doEncode) {
7575
* true if we should encode all data written to us, false if we should decode.
7676
* @param lineLength
7777
* If doEncode is true, each line of encoded data will contain lineLength characters (rounded down to
78-
* nearest multiple of 4). If lineLength <= 0, the encoded data is not divided into lines. If doEncode is
79-
* false, lineLength is ignored.
78+
* nearest multiple of 4). If lineLength <= 0, the encoded data is not divided into lines. If doEncode
79+
* is false, lineLength is ignored.
8080
* @param lineSeparator
8181
* If doEncode is true, each line of encoded data will be terminated with this byte sequence (e.g. \r\n).
8282
* If lineLength <= 0, the lineSeparator is not used. If doEncode is false lineSeparator is ignored.

0 commit comments

Comments
 (0)