Skip to content

Commit 282192c

Browse files
committed
Make URL references into @see links which are now commented out until the links are fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130139 13f79535-47bb-0310-9956-ffa450edef68
1 parent c15812f commit 282192c

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@
6060
* Encodes a string into a soundex value. Sounde is an encoding used to
6161
* relate similar names, but can also be used as a general purpose
6262
* scheme to find word with similar phonemes.
63-
* More information may be found at: http://www.bluepoof.com/Soundex/info2.html
63+
*
64+
* <!-- This link is broken: -->
65+
* <!-- @see <a href="http://www.bluepoof.com/Soundex/info2.html">http://www.bluepoof.com/Soundex/info2.html</a> -->
6466
*
6567
* @author tobrien@transolutions.net
6668
* @author ggregory@seagullsw.com
67-
* @version $Revision: 1.1 $ $Date: 2003/04/25 17:50:56 $
69+
* @version $Revision: 1.2 $ $Date: 2003/05/12 17:09:38 $
6870
*/
6971
public class RefinedSoundex implements StringEncoder {
7072

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@
6060
* Encodes a string into a refined soundex value.
6161
* A refined soundex code is optimized for spell checking word.
6262
* "Soundex" method originally developed by Margaret Odell and
63-
* Robert Russell
63+
* Robert Russell
6464
*
65-
* http://www.bluepoof.com/Soundex/info2.html
65+
* <!-- This link is broken: -->
66+
* <!-- @see <a href="http://www.bluepoof.com/Soundex/info2.html">http://www.bluepoof.com/Soundex/info2.html</a> -->
6667
*
6768
* @author bayard@generationjava.com
6869
* @author tobrien@transolutions.net
69-
* @version $Revision: 1.1 $ $Date: 2003/04/25 17:50:56 $
70+
* @author ggregory@seagullsw.com
71+
* @version $Revision: 1.2 $ $Date: 2003/05/12 17:09:38 $
7072
*
7173
* @todo Internationalize Exception Messages
7274
*/

0 commit comments

Comments
 (0)