Fixed entity path

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@134408 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-11-21 09:03:05 +00:00
parent 0138f7d959
commit 57fb0f5138
1 changed files with 1 additions and 7 deletions

View File

@ -13,8 +13,6 @@ public class EntityPath {
public static final String FACET_PATH_PART = "facet";
public static final String RESOURCE_PATH_PART = "resource";
public static final String DEFINITION_PARAM = "definition";
public static final String CONSISTS_OF_PATH_PART = "consistsOf";
public static final String IS_RELATED_TO_PATH_PART = "isRelatedTo";
@ -22,9 +20,5 @@ public class EntityPath {
public static final String TARGET_PATH_PART = "target";
public static final String ADD_PATH_PART = "add";
public static final String TYPE_PARAM = "type";
public static final String PROPERTIES_PARAM = "properties";
}