Skip to content

Commit a54c0e6

Browse files
committed
Remove redundant keywords
1 parent 6517ed1 commit a54c0e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void testEncodeBasic() {
8181

8282
@Test
8383
public void testEncodeIgnoreApostrophes() throws EncoderException {
84-
this.checkEncodingVariations("079600", new String[] { "OBrien", "'OBrien", "O'Brien", "OB'rien", "OBr'ien",
84+
checkEncodingVariations("079600", new String[] { "OBrien", "'OBrien", "O'Brien", "OB'rien", "OBr'ien",
8585
"OBri'en", "OBrie'n", "OBrien'" });
8686
}
8787

@@ -91,7 +91,7 @@ public void testEncodeIgnoreApostrophes() throws EncoderException {
9191
* @throws EncoderException for some failure scenarios */
9292
@Test
9393
public void testEncodeIgnoreHyphens() throws EncoderException {
94-
this.checkEncodingVariations("565463", new String[] { "KINGSMITH", "-KINGSMITH", "K-INGSMITH", "KI-NGSMITH",
94+
checkEncodingVariations("565463", new String[] { "KINGSMITH", "-KINGSMITH", "K-INGSMITH", "KI-NGSMITH",
9595
"KIN-GSMITH", "KING-SMITH", "KINGS-MITH", "KINGSM-ITH", "KINGSMI-TH", "KINGSMIT-H", "KINGSMITH-" });
9696
}
9797

0 commit comments

Comments
 (0)