removed unneeded whitespaces

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@157587 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-26 10:01:42 +00:00
parent 7fc50be129
commit ea7a49b6d7
1 changed files with 0 additions and 3 deletions

View File

@ -474,7 +474,6 @@ public abstract class ERManagement<ERType extends ER, El extends Element> {
}
}
public boolean exists() throws ERNotFoundException,
ERAvailableInAnotherContextException, ResourceRegistryException {
try {
@ -946,7 +945,6 @@ public abstract class ERManagement<ERType extends ER, El extends Element> {
}
}
protected Collection<String> getSuperclasses() throws SchemaException{
Collection<OClass> allSuperClasses = getOClass().getAllSuperClasses();
Collection<String> superClasses = new HashSet<>();
@ -963,7 +961,6 @@ public abstract class ERManagement<ERType extends ER, El extends Element> {
return superClasses;
}
public JSONObject toJSONObject() throws ResourceRegistryException {
try {
OrientElement orientElement = (OrientElement) getElement();