Skip to content

Commit 0dfbc98

Browse files
committed
Remove redundant keywords
1 parent 146b0d8 commit 0dfbc98

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected Caverphone1 createStringEncoder() {
4343
*/
4444
@Test
4545
public void testCaverphoneRevisitedCommonCodeAT1111() throws EncoderException {
46-
this.checkEncodingVariations("AT1111", new String[]{
46+
checkEncodingVariations("AT1111", new String[]{
4747
"add",
4848
"aid",
4949
"at",
@@ -64,7 +64,7 @@ public void testCaverphoneRevisitedCommonCodeAT1111() throws EncoderException {
6464
@Test
6565
public void testEndMb() throws EncoderException {
6666
final String[][] data = {{"mb", "M11111"}, {"mbmb", "MPM111"}};
67-
this.checkEncodings(data);
67+
checkEncodings(data);
6868
}
6969

7070
/**
@@ -87,7 +87,7 @@ public void testIsCaverphoneEquals() throws EncoderException {
8787
@Test
8888
public void testSpecificationV1Examples() throws EncoderException {
8989
final String[][] data = {{"David", "TFT111"}, {"Whittle", "WTL111"}};
90-
this.checkEncodings(data);
90+
checkEncodings(data);
9191
}
9292

9393
/**
@@ -98,7 +98,7 @@ public void testSpecificationV1Examples() throws EncoderException {
9898
@Test
9999
public void testWikipediaExamples() throws EncoderException {
100100
final String[][] data = {{"Lee", "L11111"}, {"Thompson", "TMPSN1"}};
101-
this.checkEncodings(data);
101+
checkEncodings(data);
102102
}
103103

104104
}

0 commit comments

Comments
 (0)