Skip to content

Commit e727c99

Browse files
committed
Minor Javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130178 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8d56392 commit e727c99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
/**
6363
* DoubleMetaphone Java Implementation
64-
* From the algorithm by Lawrence Philips
64+
* from the algorithm by Lawrence Philips.
6565
* <ul>
6666
* <li>Original Article: <a
6767
* href="http://www.cuj.com/documents/s=8038/cuj0006philips/">
@@ -71,7 +71,7 @@
7171
* </ul>
7272
*
7373
* @author <a href="mailto:ben@walstrum.com">Benjamin Walstrum</a>
74-
* @version $Id: DoubleMetaphone.java,v 1.7 2003/07/25 22:53:53 ggregory Exp $
74+
* @version $Id: DoubleMetaphone.java,v 1.8 2003/08/11 19:15:45 ggregory Exp $
7575
*/
7676
public class DoubleMetaphone implements StringEncoder {
7777

0 commit comments

Comments
 (0)