Added missing function due to changes in relative interface

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@134626 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-11-23 16:57:10 +00:00
parent fe3be05045
commit 7a65a38438
1 changed files with 8 additions and 0 deletions

View File

@ -122,6 +122,14 @@ public class EntityManagementFactory implements Factory<EntityManagement> {
return false;
}
@Override
public String updateResource(String resourceType,
String jsonRepresentation)
throws ResourceNotFoundException, ResourceRegistryException {
// TODO Auto-generated method stub
return null;
}
};
}