Fixed ASLSession variable

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84752 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-31 10:56:49 +00:00
parent 81b6a38365
commit cee14f4964
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
}
logger.info("Session:" + session.getId());
ASLSession aslSession = SessionUtil.getAslSession(session);
aslSession = SessionUtil.getAslSession(session);
if (aslSession == null) {
throw new TDGWTServiceException(
"Error retrieving the asl session: null");