Skip to content

Commit a8b19f4

Browse files
committed
Avoid modifiers which are implied by the context.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1544532 13f79535-47bb-0310-9956-ffa450edef68
1 parent b17d10d commit a8b19f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/apache/commons/codec/language/bm

src/main/java/org/apache/commons/codec/language/bm/Rule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public List<Phoneme> getPhonemes() {
169169
/**
170170
* A minimal wrapper around the functionality of Pattern that we use, to allow for alternate implementations.
171171
*/
172-
public static interface RPattern {
172+
public interface RPattern {
173173
boolean isMatch(CharSequence input);
174174
}
175175

0 commit comments

Comments
 (0)