From 61b3475d1e264cbbc5f5b4d06d20e85f77c96dda Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 6 Feb 2014 16:48:42 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@90993 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 5e508b3..f8930ba 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 @@ -118,7 +118,7 @@ public interface TDGWTServiceAsync { //Change Column Type - void getChangeToMeasureColumnMonitor(AsyncCallback callback); + void getChangeColumnTypeMonitor(AsyncCallback callback); void startChangeToMeasureColumn(ChangeColumnTypeSession changeColumnTypeSession,AsyncCallback callback); }