Description
In Configuration, expansion of variables is handled using the following constants that are not declared final:
private static Pattern varPat = Pattern.compile("\\$\\{[^\\}\\$\u0020]+\\}"); private static int MAX_SUBST = 20;
In Configuration, expansion of variables is handled using the following constants that are not declared final:
private static Pattern varPat = Pattern.compile("\\$\\{[^\\}\\$\u0020]+\\}"); private static int MAX_SUBST = 20;