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:
parent
bdbec7b520
commit
8f6fd0ff3d
|
@ -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,
|
|
@ -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;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue