Removed old commented method
This commit is contained in:
parent
df5e44e520
commit
eb0a6f213d
|
@ -37,8 +37,6 @@ public interface ERManagement {
|
||||||
|
|
||||||
public void sanityCheck() throws SchemaViolationException, ResourceRegistryException;
|
public void sanityCheck() throws SchemaViolationException, ResourceRegistryException;
|
||||||
|
|
||||||
// public void contextSanityCheck(SecurityContext target, Map<UUID, JsonNode> expectedInstances) throws SchemaViolationException, ResourceRegistryException;
|
|
||||||
|
|
||||||
public AvailableInAnotherContextException getSpecificERAvailableInAnotherContextException(String message);
|
public AvailableInAnotherContextException getSpecificERAvailableInAnotherContextException(String message);
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue