mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't scramble field names used for reflection: make protected
This commit is contained in:
@@ -35,7 +35,7 @@ public class NamingConventionBean {
|
||||
initPattern();
|
||||
}
|
||||
|
||||
private Pattern m_regexPattern;
|
||||
protected Pattern m_regexPattern;
|
||||
|
||||
public boolean isValid(String name) {
|
||||
final int length = name.length();
|
||||
|
||||
Reference in New Issue
Block a user