Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84899 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a361006cf2
commit
fd6feb1c74
|
@ -3,6 +3,7 @@
|
|||
*/
|
||||
package org.gcube.portlets.user.td.gwtservice.server;
|
||||
|
||||
import java.lang.Thread.State;
|
||||
import java.nio.charset.Charset;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.ArrayList;
|
||||
|
|
|
@ -4,7 +4,7 @@ import java.io.Serializable;
|
|||
|
||||
|
||||
public enum State implements Serializable{
|
||||
|
||||
WAITING,
|
||||
INITIALIZING,
|
||||
IN_PROGRESS,
|
||||
SUCCEDED,
|
||||
|
|
Loading…
Reference in New Issue