Skip to content

Commit 83794ca

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/main/java/org/apache/commons/codec/binary

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,16 +173,16 @@ public Base64() {
173173
/**
174174
* Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
175175
* <p>
176-
* When encoding the line length is 76, the line separator is CRLF, and the encoding table is
177-
* STANDARD_ENCODE_TABLE.
176+
* When encoding the line length is 76, the line separator is CRLF, and the encoding table is STANDARD_ENCODE_TABLE.
178177
* </p>
179178
*
180179
* <p>
181180
* When decoding all variants are supported.
182181
* </p>
183182
*
184183
* @param urlSafe
185-
* if <code>true</code>, URL-safe encoding is used. In most cases this should be set to <code>false</code>.
184+
* if <code>true</code>, URL-safe encoding is used. In most cases this should be set to
185+
* <code>false</code>.
186186
* @since 1.4
187187
*/
188188
public Base64(final boolean urlSafe) {

0 commit comments

Comments
 (0)