Skip to content

Commit 1277e6d

Browse files
committed
Remove blank lines.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1073575 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9cde66d commit 1277e6d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ public void testHyphen() {
130130
// From the Javadoc example:
131131
{"Müller-Lüdenscheidt", "65752682"}};
132132
this.checkEncodings(data);
133-
134133
}
135134

136135
public void testIsEncodeEquals() {
@@ -151,7 +150,6 @@ public void testIsEncodeEquals() {
151150
public void testVariationsMeyer() {
152151
String data[] = {"Meier", "Maier", "Mair", "Meyer", "Meyr", "Mejer", "Major"};
153152
this.checkEncodingVariations("67", data);
154-
155153
}
156154

157155
public void testVariationsMella() {

0 commit comments

Comments
 (0)