Skip to content

Commit 13970fc

Browse files
committed
[CODEC-317] Remove empty lines
1 parent 0a8ee74 commit 13970fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/commons/codec/language/ColognePhonetic.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ public void put(final char code) {
279279
}
280280
}
281281
}
282-
283282
// Predefined char arrays for better performance and less GC load
284283
private static final char[] AEIJOUY = { 'A', 'E', 'I', 'J', 'O', 'U', 'Y' };
285284
private static final char[] CSZ = { 'C', 'S', 'Z' };

0 commit comments

Comments
 (0)