Fixed package

This commit is contained in:
Luca Frosini 2021-10-21 19:07:45 +02:00
parent 16cd10f5e1
commit 95c1400f0f
5 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsOf;
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsof;
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationAlreadyPresentException;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsOf;
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsof;
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationAvailableInAnotherContextException;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsOf;
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsof;
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationCreationException;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsOf;
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsof;
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationNotFoundException;

View File

@ -3,9 +3,11 @@ package org.gcube.informationsystem.resourceregistry.api.rest;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public class QueryTemplatesPath {
public class QueryTemplatePath {
public static final String QUERY_TEMPLATES_PATH_PART = "query-templates";
}