Skip to content

Commit 75cba40

Browse files
committed
[CODEC-131] Updated links to reference material.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1298173 13f79535-47bb-0310-9956-ffa450edef68
1 parent facbc3a commit 75cba40

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@
2323
/**
2424
* Encodes a string into a double metaphone value.
2525
* This Implementation is based on the algorithm by <CITE>Lawrence Philips</CITE>.
26-
* <ul>
27-
* <li>Original Article: <a
28-
* href="http://www.cuj.com/documents/s=8038/cuj0006philips/">
29-
* http://www.cuj.com/documents/s=8038/cuj0006philips/</a></li>
30-
* <li>Original Source Code: <a href="ftp://ftp.cuj.com/pub/2000/1806/philips.zip">
31-
* ftp://ftp.cuj.com/pub/2000/1806/philips.zip</a></li>
32-
* </ul>
33-
*
26+
*
27+
* @see <a href="http://drdobbs.com/184401251?pgno=2">Original Article</a>
28+
* @see <a href="http://en.wikipedia.org/wiki/Metaphone">http://en.wikipedia.org/wiki/Metaphone</a>
29+
*
3430
* @author Apache Software Foundation
3531
* @version $Id$
3632
*/

0 commit comments

Comments
 (0)