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
This commit is contained in:
parent
2d1f1c8c3d
commit
c87b0efea0
|
@ -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<TabResource> callback);
|
||||
|
|
Loading…
Reference in New Issue