File tree Expand file tree Collapse file tree
src/java/org/apache/commons/codec Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919import java .util .Comparator ;
2020
2121/**
22- * String are comparable, and this comparator allows
22+ * Strings are comparable, and this comparator allows
2323 * you to configure it with an instance of a class
24- * which implements the StringEncoder. This comparator
24+ * which implements StringEncoder. This comparator
2525 * is used to sort Strings by an encoding scheme such
2626 * as Soundex, Metaphone, etc. This class can come in
2727 * handy if one need to sort Strings by an encoded
2828 * form of a name such as Soundex.
2929 *
3030 * @author Apache Software Foundation
31- * @version $Id: StringEncoderComparator.java,v 1.13 2004/02/29 04:08:31 tobrien Exp $
31+ * @version $Id: StringEncoderComparator.java,v 1.14 2004/06/21 23:24:17 ggregory Exp $
3232 */
3333public class StringEncoderComparator implements Comparator {
3434
Original file line number Diff line number Diff line change 1818 < head >
1919 </ head >
2020 < body >
21- < p > The types in this package define a small set of interfaces used by
21+ < p > A small set of interfaces used by
2222 the various implementations in the sub-packages.</ p >
2323
2424 < p > Definitive implementations of commonly used encoders and decoders.</ p >
You can’t perform that action at this time.
0 commit comments