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:
parent
7fc50be129
commit
ea7a49b6d7
|
@ -474,7 +474,6 @@ public abstract class ERManagement<ERType extends ER, El extends Element> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public boolean exists() throws ERNotFoundException,
|
public boolean exists() throws ERNotFoundException,
|
||||||
ERAvailableInAnotherContextException, ResourceRegistryException {
|
ERAvailableInAnotherContextException, ResourceRegistryException {
|
||||||
try {
|
try {
|
||||||
|
@ -946,7 +945,6 @@ public abstract class ERManagement<ERType extends ER, El extends Element> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
protected Collection<String> getSuperclasses() throws SchemaException{
|
protected Collection<String> getSuperclasses() throws SchemaException{
|
||||||
Collection<OClass> allSuperClasses = getOClass().getAllSuperClasses();
|
Collection<OClass> allSuperClasses = getOClass().getAllSuperClasses();
|
||||||
Collection<String> superClasses = new HashSet<>();
|
Collection<String> superClasses = new HashSet<>();
|
||||||
|
@ -963,7 +961,6 @@ public abstract class ERManagement<ERType extends ER, El extends Element> {
|
||||||
return superClasses;
|
return superClasses;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public JSONObject toJSONObject() throws ResourceRegistryException {
|
public JSONObject toJSONObject() throws ResourceRegistryException {
|
||||||
try {
|
try {
|
||||||
OrientElement orientElement = (OrientElement) getElement();
|
OrientElement orientElement = (OrientElement) getElement();
|
||||||
|
|
Loading…
Reference in New Issue