Refactored package name
This commit is contained in:
parent
6a5c7ae7c1
commit
a7b98b71f5
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.context;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.contexts;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.AlreadyPresentException;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
*
|
||||
*/
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.context;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.contexts;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.context;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.contexts;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.context;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.contexts;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.context;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.contexts;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException;
|
||||
|
Loading…
Reference in New Issue