Removed old commented method

This commit is contained in:
Luca Frosini 2021-03-02 11:55:16 +01:00
parent df5e44e520
commit eb0a6f213d
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ public interface ERManagement {
public void sanityCheck() throws SchemaViolationException, ResourceRegistryException;
// public void contextSanityCheck(SecurityContext target, Map<UUID, JsonNode> expectedInstances) throws SchemaViolationException, ResourceRegistryException;
public AvailableInAnotherContextException getSpecificERAvailableInAnotherContextException(String message);
}