Skip to content

Commit 9bf6f26

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)