diff --git a/.classpath b/.classpath index 6c9a6fd..a5e9dbb 100644 --- a/.classpath +++ b/.classpath @@ -22,7 +22,7 @@ - + diff --git a/pom.xml b/pom.xml index 521a33c..06d97fb 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ - org.gcube.portlets.widgtes + org.gcube.portlets.widgets ws-thredds-sync-widget [0.0.1-SNAPSHOT, 1.0.0-SNAPSHOT) compile diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java b/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java index 6828fd5..1070131 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java @@ -151,8 +151,8 @@ import org.gcube.portlets.widgets.workspacesharingwidget.client.view.sharing.mul import org.gcube.portlets.widgets.workspaceuploader.client.WorkspaceUploadNotification.WorskpaceUploadNotificationListener; import org.gcube.portlets.widgets.workspaceuploader.client.uploader.DialogUpload.UPLOAD_TYPE; import org.gcube.portlets.widgets.workspaceuploader.client.uploader.MultipleDilaogUpload; -import org.gcube.portlets.widgtes.wsthreddssync.client.WsThreddsWidget; -import org.gcube.portlets.widgtes.wsthreddssync.shared.WsFolder; +import org.gcube.portlets.widgets.wsthreddssync.client.WsThreddsWidget; +import org.gcube.portlets.widgets.wsthreddssync.shared.WsFolder; import com.extjs.gxt.ui.client.Registry; import com.extjs.gxt.ui.client.event.BaseEvent;