Skip to content

Commit 9e7c59d

Browse files
committed
[CODEC-170] Link broken in Metaphone Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1477592 13f79535-47bb-0310-9956-ffa450edef68
1 parent 03aa077 commit 9e7c59d

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
4343
</properties>
4444
<body>
4545
<release version="1.9" date="TBA" description="Feature and fix release.">
46-
<action dev="..." type="fix" issue="CODEC-NNN">...</action>
46+
<action dev="ggregory" type="fix" issue="CODEC-170" description="Link broken in Metaphone Javadoc" due-to="Ron Wheeler, Henri Yandell"/>
4747
</release>
4848
<release version="1.8" date="19 April 2013" description="Feature and fix release. Requires a minimum of Java 1.6">
4949
<action dev="ggregory" type="add" issue="CODEC-168" due-to="Daniel Cassidy">Add DigestUtils.updateDigest(MessageDigest, InputStream).</action>

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@
2929
* <CITE>Hanging on the Metaphone</CITE> by <CITE>Lawrence Philips</CITE> in <CITE>Computer Language of Dec. 1990,
3030
* p 39.</CITE>
3131
* <p>
32-
* Note, that this does not match the algorithm that ships with PHP, or the algorithm found in the Perl
33-
* <a href="http://search.cpan.org/~mschwern/Text-Metaphone-1.96/Metaphone.pm">Text:Metaphone-1.96</a>.
32+
* Note, that this does not match the algorithm that ships with PHP, or the algorithm found in the Perl implemenations:
33+
* </p>
34+
* <ul>
35+
* <li><a href="http://search.cpan.org/~mschwern/Text-Metaphone-1.96/Metaphone.pm">Text:Metaphone-1.96</a> (broken link 4/30/2013) </li>
36+
* <li><a href="https://metacpan.org/source/MSCHWERN/Text-Metaphone-1.96//Metaphone.pm">Text:Metaphone-1.96</a> (link checked 4/30/2013) </li>
37+
* </ul>
38+
* <p>
3439
* They have had undocumented changes from the originally published algorithm.
3540
* For more information, see <a href="https://issues.apache.org/jira/browse/CODEC-57">CODEC-57</a>.
3641
* <p>

0 commit comments

Comments
 (0)