From c87b0efea0f56eb0a1df66ebd82f4a134c29b8b5 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 29 Oct 2013 10:22:50 +0000 Subject: [PATCH] Fixed Service Init git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84526 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/gwtservice/client/rpc/TDGWTServiceAsync.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/client/rpc/TDGWTServiceAsync.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/client/rpc/TDGWTServiceAsync.java index 6cbf3df..85aab2c 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/client/rpc/TDGWTServiceAsync.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/client/rpc/TDGWTServiceAsync.java @@ -32,7 +32,7 @@ import com.google.gwt.user.client.rpc.AsyncCallback; public interface TDGWTServiceAsync { - public TDGWTServiceAsync INSTANCE = GWT + public TDGWTServiceAsync INSTANCE = (TDGWTServiceAsync) GWT .create(TDGWTService.class); void createTabularResource(TabResource tabResource,AsyncCallback callback);