Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@90603 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-01-27 19:50:38 +00:00
parent fd4b93d302
commit 470c1b05f0
1 changed files with 1 additions and 0 deletions

View File

@ -1321,6 +1321,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
csvImportTabResource.setTrId(trId);
SessionUtil.setCSVImportTabResource(session,
csvImportTabResource);
logger.debug("Import CSV Succeded TabResource Set:"+csvImportTabResource);
SessionUtil.setTabResource(session,
csvImportTabResource);
SessionUtil.setTRId(session, trId);