Skip to content

Commit e0ee393

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

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/java/org/apache/commons/codec/language/DoubleMetaphone.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
import org.apache.commons.codec.StringEncoder;
6262

6363
/**
64-
* DoubleMetaphone Java Implementation
65-
* from the algorithm by Lawrence Philips.
64+
* Encodes a string into a double metaphone value.
65+
* This Implementation is based on the algorithm by Lawrence Philips.
6666
* <ul>
6767
* <li>Original Article: <a
6868
* href="http://www.cuj.com/documents/s=8038/cuj0006philips/">
@@ -73,7 +73,7 @@
7373
*
7474
* @author <a href="mailto:ben@walstrum.com">Benjamin Walstrum</a>
7575
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
76-
* @version $Id: DoubleMetaphone.java,v 1.13 2003/11/07 21:32:41 ggregory Exp $
76+
* @version $Id: DoubleMetaphone.java,v 1.14 2003/11/07 23:12:54 ggregory Exp $
7777
*/
7878
public class DoubleMetaphone implements StringEncoder {
7979

src/java/org/apache/commons/codec/language/Metaphone.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
import org.apache.commons.codec.StringEncoder;
6262

6363
/**
64-
* A class to generate phonetic code.
64+
* Encodes a string into a metaphone value.
6565
* The initial Java implementation, William B. Brogden. December, 1997
6666
* Permission given by wbrogden for code to be used anywhere.
6767
*
@@ -72,7 +72,7 @@
7272
* @author bayard@generationjava.com
7373
* @author Tim O'Brien
7474
* @author Gary Gregory
75-
* @version $Id: Metaphone.java,v 1.9 2003/11/07 22:38:03 ggregory Exp $
75+
* @version $Id: Metaphone.java,v 1.10 2003/11/07 23:12:54 ggregory Exp $
7676
*/
7777
public class Metaphone implements StringEncoder {
7878

0 commit comments

Comments
 (0)