Skip to content

Commit 79c4777

Browse files
committed
Checkstyle fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1468177 13f79535-47bb-0310-9956-ffa450edef68
1 parent 402339a commit 79c4777

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/apache/commons/codec/StringEncoderComparator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
*
2929
* @version $Id$
3030
*/
31-
@SuppressWarnings("rawtypes") // TODO ought to implement Comparator<String> but that's not possible whilst maintaining binary compatibility
31+
@SuppressWarnings("rawtypes")
32+
// TODO ought to implement Comparator<String> but that's not possible whilst maintaining binary compatibility.
3233
public class StringEncoderComparator implements Comparator {
3334

3435
/**

0 commit comments

Comments
 (0)