Reorganizing classes

This commit is contained in:
Luca Frosini 2023-02-03 14:45:15 +01:00
parent 5e607461f1
commit 7a0a262cdb
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ import java.util.Set;
import org.gcube.informationsystem.base.reference.Element;
import org.gcube.informationsystem.base.reference.properties.PropertyElement;
import org.gcube.informationsystem.types.annotations.ISProperty;
import org.gcube.informationsystem.utils.ReflectionUtility;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -1,7 +1,7 @@
/**
*
*/
package org.gcube.informationsystem.discovery;
package org.gcube.informationsystem.utils;
import java.io.File;
import java.io.IOException;