don't scramble field names used for reflection: make protected

This commit is contained in:
Anna Kozlova
2017-09-19 20:13:15 +03:00
parent 5661612c84
commit 461e31512e
@@ -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();