Searched defs:newcclass (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogManagerUtil.java111 static String newcclass = null; field in class:LogManagerUtil
123 newcclass = SystemProperties.get(
129 if (newcclass != null) {
131 newcclass);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogManagerUtil.java111 static String newcclass = null; field in class:LogManagerUtil
123 newcclass = SystemProperties.get(
129 if (newcclass != null) {
131 newcclass);

Completed in 78 milliseconds