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

/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/installer/
H A DJSONConfigInstaller.java409 * @param oldCfg
412 boolean isConfigSame(Dictionary newCfg, Dictionary oldCfg) { argument
413 if (newCfg == null || oldCfg == null) {
414 return oldCfg == newCfg;
422 Dictionary oldCompare = new Hashtable(new DictionaryAsMap(oldCfg));

Completed in 28 milliseconds