Fixed ChangeTableTypeMonitor

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@92304 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-25 18:47:12 +00:00
parent 28ff394617
commit 69e6254088
1 changed files with 2 additions and 2 deletions

View File

@ -2791,7 +2791,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
LabelColumnSession labelColumnSession = SessionUtil
.getLabelColumnSession(session);
Task task = SessionUtil.getDeleteColumnTask(session);
Task task = SessionUtil.getLabelColumnTask(session);
LabelColumnMonitor labelColumnMonitor = new LabelColumnMonitor();
if (task == null) {
@ -2926,7 +2926,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
ChangeTableTypeSession changeTableTypeSession = SessionUtil
.getChangeTableTypeSession(session);
Task task = SessionUtil.getDeleteColumnTask(session);
Task task = SessionUtil.getChangeTableTypeTask(session);
ChangeTableTypeMonitor changeTableTypeMonitor = new ChangeTableTypeMonitor();
if (task == null) {