mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove FALSE_MATCHER
This commit is contained in:
@@ -7,17 +7,6 @@ import org.jetbrains.annotations.NotNull;
|
||||
* @author peter
|
||||
*/
|
||||
public abstract class PrefixMatcher {
|
||||
public static final PrefixMatcher FALSE_MATCHER = new PrefixMatcher("######################################") {
|
||||
|
||||
public boolean prefixMatches(@NotNull final String name) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public PrefixMatcher cloneWithPrefix(@NotNull final String prefix) {
|
||||
return this;
|
||||
}
|
||||
};
|
||||
protected final String myPrefix;
|
||||
|
||||
protected PrefixMatcher(String prefix) {
|
||||
|
||||
Reference in New Issue
Block a user