Skip to content

Commit a7b192d

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

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,16 @@
6262
/**
6363
* DoubleMetaphone Java Implementation
6464
* From the algorithm by Lawrence Philips
65-
*
66-
* Original Article <a
65+
* <ul>
66+
* <li>Original Article: <a
6767
* href="http://www.cuj.com/documents/s=8038/cuj0006philips/">
68-
* http://www.cuj.com/documents/s=8038/cuj0006philips/</a>
69-
* Original Source Code: <a href="ftp://ftp.cuj.com/pub/2000/1806/philips.zip">
70-
* ftp://ftp.cuj.com/pub/2000/1806/philips.zip</a>
68+
* http://www.cuj.com/documents/s=8038/cuj0006philips/</a></li>
69+
* <li>Original Source Code: <a href="ftp://ftp.cuj.com/pub/2000/1806/philips.zip">
70+
* ftp://ftp.cuj.com/pub/2000/1806/philips.zip</a></li>
71+
* </ul>
7172
*
7273
* @author <a href="mailto:ben@walstrum.com">Benjamin Walstrum</a>
73-
* @version $Id: DoubleMetaphone.java,v 1.5 2003/07/25 22:48:11 ggregory Exp $
74+
* @version $Id: DoubleMetaphone.java,v 1.6 2003/07/25 22:52:55 ggregory Exp $
7475
*/
7576
public class DoubleMetaphone implements StringEncoder {
7677

0 commit comments

Comments
 (0)