This commit is contained in:
@@ -170,7 +170,7 @@ public final class ClassFilter<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Pattern[] toPattern(String[] regs) {
|
public static Pattern[] toPattern(String[] regs) {
|
||||||
if (regs == null) return null;
|
if (regs == null) return null;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
Pattern[] rs = new Pattern[regs.length];
|
Pattern[] rs = new Pattern[regs.length];
|
||||||
|
|||||||
Reference in New Issue
Block a user