From 3b56c696abd73acb2f6aca65e2041f24f8fd17c5 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 24 Jan 2017 11:59:11 +0000 Subject: [PATCH] refs 6548: TDM - Migrate TabMan to new PortalContext Task-Url: https://support.d4science.org/issues/6548 Updated CodelistMappingUploadServlet git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@141734 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../org/gcube/portlets/user/td/gwtservice/shared/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/Constants.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/Constants.java index bd85f8d..883d0d8 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/Constants.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/Constants.java @@ -142,5 +142,5 @@ public class Constants { public static final String PARAMETER_RESOURCE_DESCRIPTION = "description"; - + public static final String CODELIST_MAPPING_UPLOAD_SERVLET = "CodelistMappingUploadServlet"; }