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:
Giancarlo Panichi 2013-11-04 17:21:24 +00:00
parent a361006cf2
commit fd6feb1c74
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -4,7 +4,7 @@ import java.io.Serializable;
public enum State implements Serializable{
WAITING,
INITIALIZING,
IN_PROGRESS,
SUCCEDED,