Skip to content

Commit d577580

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130381 13f79535-47bb-0310-9956-ffa450edef68
1 parent c8d3626 commit d577580

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
import 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
*/
3333
public class StringEncoderComparator implements Comparator {
3434

src/java/org/apache/commons/codec/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>

0 commit comments

Comments
 (0)