Skip to content

Commit 09a6f09

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public class StringUtils {
4343
* </p>
4444
*
4545
* <p>
46-
* <code>null</code>s are handled without exceptions. Two <code>null</code> references are considered to be equal. The
47-
* comparison is case sensitive.
46+
* <code>null</code>s are handled without exceptions. Two <code>null</code> references are considered to be equal.
47+
* The comparison is case sensitive.
4848
* </p>
4949
*
5050
* <pre>

0 commit comments

Comments
 (0)