File tree Expand file tree Collapse file tree
src/java/org/apache/commons/codec/language Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
7576public class DoubleMetaphone implements StringEncoder {
7677
You can’t perform that action at this time.
0 commit comments