TDGWTServise set static
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@86792 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
04935c8836
commit
93745ac0b0
|
@ -41,7 +41,7 @@ import com.google.gwt.user.client.rpc.AsyncCallback;
|
|||
|
||||
public interface TDGWTServiceAsync {
|
||||
|
||||
public TDGWTServiceAsync INSTANCE = (TDGWTServiceAsync) GWT
|
||||
public static TDGWTServiceAsync INSTANCE = (TDGWTServiceAsync) GWT
|
||||
.create(TDGWTService.class);
|
||||
|
||||
void createTabularResource(TabResource tabResource,AsyncCallback<TabResource> callback);
|
||||
|
|
Loading…
Reference in New Issue