Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@98318 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ad05f72ab2
commit
bf83472df3
|
@ -7741,7 +7741,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
CodelistMappingSession codelistMappingSession = SessionUtil
|
||||
.getCodelistMappingSession(session);
|
||||
|
||||
Task task = SessionUtil.getMergeColumnTask(session);
|
||||
Task task = SessionUtil.getCodelistMappingTask(session);
|
||||
CodelistMappingMonitor codelistMappingMonitor = new CodelistMappingMonitor();
|
||||
|
||||
if (task == null) {
|
||||
|
|
Loading…
Reference in New Issue