Renamed variables

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@134336 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-11-17 16:41:24 +00:00
parent 00c0820433
commit 0138f7d959
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ public interface EntityManagement {
throws FacetNotFoundException, ResourceNotFoundException,
ResourceRegistryException;
public boolean detachFacet(UUID consistOfUUID)
public boolean detachFacet(UUID consistsOfUUID)
throws ResourceRegistryException;
public String attachResource(UUID sourceResourceUUID,
@ -63,7 +63,7 @@ public interface EntityManagement {
String jsonRepresentation) throws ResourceNotFoundException,
ResourceRegistryException;
public boolean detachResource(UUID relatedToUUID)
public boolean detachResource(UUID isRelatedToUUID)
throws ResourceRegistryException;
public boolean addResourceToContext(UUID uuid)