Skip to content

Commit e24aa37

Browse files
committed
Better Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1079533 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2f30607 commit e24aa37

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ public class StringEncoderComparator implements Comparator {
4040

4141
/**
4242
* Constructs a new instance.
43-
* @deprecated as creating without a StringEncoder will lead to a
44-
* broken NullPointerException creating comparator.
43+
*
44+
* @deprecated Creating an instance without a {@link StringEncoder} leads to a {@link NullPointerException}. Will be
45+
* removed in 2.0.
4546
*/
4647
public StringEncoderComparator() {
47-
this.stringEncoder = null; // Trying to use this will cause things to break
48+
this.stringEncoder = null; // Trying to use this will cause things to break
4849
}
4950

5051
/**

0 commit comments

Comments
 (0)