Refs #11288: Made resource-registry more RESTful

Task-Url: https://support.d4science.org/issues/11288

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@167868 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-06-04 13:34:20 +00:00
parent 6912d0cd47
commit a63e349e23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ public class AccessPath {
public static final int UNBOUNDED = -1;
public static final int DEFAULT_LIMIT = 20;
public static final String FACETS_PATH_PART = ERPath.FACETS_PATH_PART;
public static final String FACETS_PATH_PART = ERPath.FACET_PATH_PART;
public static final String RESOURCE_PATH_PART = ERPath.RESOURCE_PATH_PART;
public static final String EMBEDDED_PATH_PART = ERPath.EMBEDDED_PATH_PART;

View File

@ -14,7 +14,7 @@ public class ERPath {
protected static final String ENTITY_PATH_PART = "entity";
public static final String FACETS_PATH_PART = "facet";
public static final String FACET_PATH_PART = "facet";
public static final String RESOURCE_PATH_PART = "resource";
protected static final String RELATION_PATH_PART = "relation";