Refactored package name

This commit is contained in:
Luca Frosini 2022-02-01 16:45:34 +01:00
parent 6a5c7ae7c1
commit a7b98b71f5
5 changed files with 5 additions and 5 deletions

View File

@ -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; import org.gcube.informationsystem.resourceregistry.api.exceptions.AlreadyPresentException;

View File

@ -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) * @author Luca Frosini (ISTI - CNR)

View File

@ -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; import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException;

View File

@ -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) * @author Luca Frosini (ISTI - CNR)

View File

@ -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; import org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException;