This commit is contained in:
Redkale
2016-07-02 10:49:11 +08:00
parent 29a80e95c7
commit a2d4b6ec37

View File

@@ -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;
int i = 0;
Pattern[] rs = new Pattern[regs.length];