Skip to content

Commit eb5a01a

Browse files
committed
Make Package private class static.
1 parent 0385c8b commit eb5a01a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public class ColognePhonetic implements StringEncoder {
199199
* However, it is not shared between threads, as it is constructed on demand
200200
* by the method {@link ColognePhonetic#colognePhonetic(String)}
201201
*/
202-
abstract class CologneBuffer {
202+
abstract static class CologneBuffer {
203203

204204
protected final char[] data;
205205

0 commit comments

Comments
 (0)