Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84863 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-04 14:29:00 +00:00
parent bdbec7b520
commit 8f6fd0ff3d
4 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,10 @@
package org.gcube.portlets.user.td.gwtservice.shared.sdmx;
package org.gcube.portlets.user.td.gwtservice.shared;
import java.io.Serializable;
public enum State implements Serializable{
WAITING,
INITIALIZING,
IN_PROGRESS,
SUCCEDED,

View File

@ -5,8 +5,8 @@ package org.gcube.portlets.user.td.gwtservice.shared.csv;
import java.io.Serializable;
import org.gcube.portlets.user.td.gwtservice.shared.State;
import org.gcube.portlets.user.td.gwtservice.shared.TRId;
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.State;
/**
*

View File

@ -2,6 +2,8 @@ package org.gcube.portlets.user.td.gwtservice.shared.sdmx;
import java.io.Serializable;
import org.gcube.portlets.user.td.gwtservice.shared.State;
/**
*

View File

@ -2,6 +2,7 @@ package org.gcube.portlets.user.td.gwtservice.shared.sdmx;
import java.io.Serializable;
import org.gcube.portlets.user.td.gwtservice.shared.State;
import org.gcube.portlets.user.td.gwtservice.shared.TRId;