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
This commit is contained in:
Francesco Mangiacrapa 2018-10-05 09:50:12 +00:00
parent 824e5f0682
commit ade82454f7
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-explorer</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<name>gCube Workspace Explorer</name>
<description>
gCube Workspace Explorer widget allows to navigate (gCube) Workspace

View File

@ -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);