Fixed package
This commit is contained in:
parent
16cd10f5e1
commit
95c1400f0f
|
@ -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;
|
||||
|
|
@ -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;
|
||||
|
|
@ -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;
|
||||
|
|
@ -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;
|
||||
|
|
@ -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";
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue