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 DServiceSchemaModifications.java68 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 DServiceSchemaModifications.java68 private boolean hasSchemaChanges = false; field in class:ServiceSchemaModifications
91 public boolean hasSchemaChanges() { method in class:ServiceSchemaModifications
92 return hasSchemaChanges;
150 hasSchemaChanges = true;

Completed in 530 milliseconds