Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@97796 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-25 15:08:56 +00:00
parent 43611e02a3
commit 41cb41e608
1 changed files with 2 additions and 2 deletions

View File

@ -6296,7 +6296,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
} catch (Throwable e) {
logger.debug("discard(): " + e.getLocalizedMessage());
e.printStackTrace();
throw new TDGWTServiceException("Error in discard: "
throw new TDGWTServiceException("Discard: "
+ e.getLocalizedMessage());
}
}
@ -6341,7 +6341,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
} catch (Throwable e) {
logger.debug("rollBack(): " + e.getLocalizedMessage());
e.printStackTrace();
throw new TDGWTServiceException("Error retrieving history: "
throw new TDGWTServiceException("RollBack: "
+ e.getLocalizedMessage());
}
}