fixed package

This commit is contained in:
Alfredo Oliviero 2024-02-09 14:23:00 +01:00
parent 68c654328a
commit 566364940c
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ package org.gcube.social_networking;
import javax.ws.rs.ApplicationPath;
import org.gcube.acme.rest.HelloWorld;
import org.gcube.smartgears.annotations.ManagedBy;
import org.gcube.social_networking.rest.HelloWorld;
import org.glassfish.jersey.server.ResourceConfig;
/**