Skip to content

Commit dceaa67

Browse files
committed
Broken link has no new equivalent on new site.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130354 13f79535-47bb-0310-9956-ffa450edef68
1 parent 263dbd3 commit dceaa67

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/org/apache/commons/codec/language/SoundexTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Tests {@link Soundex}
2828
*
29-
* @version $Revision: 1.14 $ $Date: 2004/03/17 19:28:37 $
29+
* @version $Revision: 1.15 $ $Date: 2004/04/09 22:46:08 $
3030
* @author Apache Software Foundation
3131
*/
3232
public class SoundexTest extends StringEncoderAbstractTest {
@@ -264,8 +264,6 @@ public void testHWRuleEx2() {
264264
/**
265265
* Consonants from the same code group separated by W or H are treated as
266266
* one.
267-
*
268-
* Test data from http://www.myatt.demon.co.uk/sxalg.htm
269267
*/
270268
public void testHWRuleEx3() {
271269
assertEquals("S460", this.getEncoder().encode("Sgler"));

0 commit comments

Comments
 (0)