From 79197f686f008e904c81d271fcc772189f68b32d Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 9 Nov 2015 17:21:00 +0000 Subject: [PATCH] Fixed Template Not Compatible Exception git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@120239 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/gwtservice/server/TDGWTServiceMessagesConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessagesConstants.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessagesConstants.java index e0ea6f3..286e2ca 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessagesConstants.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessagesConstants.java @@ -22,7 +22,7 @@ public class TDGWTServiceMessagesConstants { public static final String operationNotAllowedOnFlow = "operationNotAllowedOnFlow"; - public static final String templateNotCompatibleException = "Template not compatible with this tabular resource!"; + public static final String templateNotCompatibleException = "templateNotCompatibleException";