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:
parent
fe3be05045
commit
7a65a38438
|
@ -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;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue