From ade82454f72b60253510d714bf12440f7052db56 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Fri, 5 Oct 2018 09:50:12 +0000 Subject: [PATCH] just remove final from constant git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@171956 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 2 +- .../widgets/wsexplorer/client/WorkspaceExplorerConstants.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 30bc373..ba7d617 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.gcube.portlets.widgets workspace-explorer - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT gCube Workspace Explorer gCube Workspace Explorer widget allows to navigate (gCube) Workspace diff --git a/src/main/java/org/gcube/portlets/widgets/wsexplorer/client/WorkspaceExplorerConstants.java b/src/main/java/org/gcube/portlets/widgets/wsexplorer/client/WorkspaceExplorerConstants.java index 0be5936..8f69d72 100644 --- a/src/main/java/org/gcube/portlets/widgets/wsexplorer/client/WorkspaceExplorerConstants.java +++ b/src/main/java/org/gcube/portlets/widgets/wsexplorer/client/WorkspaceExplorerConstants.java @@ -26,7 +26,7 @@ public class WorkspaceExplorerConstants { public static final String HOME_LABEL = "Home"; public static final String WORKSPACE_MY_SPECIAL_FOLDERS_PATH = "/Workspace/MySpecialFolders"; - + public static final String WORKSPACE_FOLDER_EMPTY_MESSAGE = "This folder is empty"; // DIALOGS @@ -38,7 +38,7 @@ public class WorkspaceExplorerConstants { public static final int STATIC_BOOTSTRAP_ZINDEX_MODAL_VALUE = 1040; - public static final String SELECT = "Select"; + public static String SELECT = "Select"; public static final WorkspaceExplorerServiceAsync workspaceNavigatorService = GWT.create(WorkspaceExplorerService.class);