Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@85122 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
453ba17dc0
commit
e3d005c406
|
@ -579,6 +579,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
importMonitor.setError(new Throwable(task.getResult()
|
||||
.getException().toString()));
|
||||
} else {
|
||||
logger.debug("Task exception: Error In Import");
|
||||
importMonitor.setError(new Throwable(
|
||||
"Error In Import"));
|
||||
}
|
||||
|
@ -919,6 +920,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
importMonitor.setError(new Throwable(task.getResult()
|
||||
.getException().toString()));
|
||||
} else {
|
||||
logger.debug("Task exception: Error In Import");
|
||||
importMonitor.setError(new Throwable(
|
||||
"Error In Import"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue