Searched defs:hasSchemaChanges (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/ | ||
H A D | ServiceSchemaModifications.java | 68 private boolean hasSchemaChanges = false; field in class:ServiceSchemaModifications 91 public boolean hasSchemaChanges() { method in class:ServiceSchemaModifications 92 return hasSchemaChanges; 150 hasSchemaChanges = true; |
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/ | ||
H A D | ServiceSchemaModifications.java | 68 private boolean hasSchemaChanges = false; field in class:ServiceSchemaModifications 91 public boolean hasSchemaChanges() { method in class:ServiceSchemaModifications 92 return hasSchemaChanges; 150 hasSchemaChanges = true; |
Completed in 96 milliseconds