Fixed packages

This commit is contained in:
Luca Frosini 2023-02-22 14:30:13 +01:00
parent ef6e314ec3
commit ea91c2b256
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
package org.gcube.context;
package org.gcube.common.context;
import org.gcube.common.scope.api.ScopeProvider;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@SuppressWarnings("deprecation")
public class ContextUtility {
public static String getCurrentContextFullName() {

View File

@ -1,4 +1,4 @@
package org.gcube.http;
package org.gcube.common.http;
import org.gcube.common.gxhttp.request.GXHTTPStringRequest;