Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@92269 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-25 14:38:23 +00:00
parent b18b37a116
commit 78b2466274
1 changed files with 7 additions and 7 deletions

View File

@ -1084,7 +1084,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
break;
case STOPPED:
importMonitor.setError(new Throwable(
"Import Stopped on service"));
"Not passed validation task stopped"));
break;
case ABORTED:
break;
@ -1472,7 +1472,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
break;
case STOPPED:
importMonitor.setError(new Throwable(
"Import Stopped on service"));
"Not passed validation task stopped"));
break;
case IN_PROGRESS:
importMonitor.setProgress(task.getProgress());
@ -2022,7 +2022,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
break;
case STOPPED:
exportMonitor.setError(new Throwable(
"Export Stopped on service"));
"Not passed validation task stopped"));
break;
case IN_PROGRESS:
exportMonitor.setProgress(task.getProgress());
@ -2193,7 +2193,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
break;
case STOPPED:
exportMonitor.setError(new Throwable(
"Export Stopped on service"));
"Not passed validation task stopped"));
break;
case INITIALIZING:
break;
@ -2511,7 +2511,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
break;
case STOPPED:
changeColumnTypeMonitor.setError(new Throwable(
"Export Stopped on service"));
"Not passed validation task stopped"));
break;
case INITIALIZING:
break;
@ -2642,7 +2642,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
break;
case STOPPED:
deleteColumnMonitor.setError(new Throwable(
"Export Stopped on service"));
"Not passed validation task stopped"));
break;
case INITIALIZING:
break;
@ -2774,7 +2774,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
break;
case STOPPED:
labelColumnMonitor.setError(new Throwable(
"Export Stopped on service"));
"Not passed validation task stopped"));
break;
case INITIALIZING:
break;