Fixed Final and Lock error
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@100285 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0f8794391d
commit
652b16399c
|
@ -4344,9 +4344,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
TabularDataService service = TabularDataServiceFactory.getService();
|
||||
checkTabularResourceLocked(service,
|
||||
cloneTabularResourceSession.getTrId());
|
||||
checkTabularResourceIsFinal(service,
|
||||
cloneTabularResourceSession.getTrId());
|
||||
|
||||
|
||||
OpExecution4Clone opEx = new OpExecution4Clone(service,
|
||||
cloneTabularResourceSession);
|
||||
OpExecutionDirector director = new OpExecutionDirector();
|
||||
|
|
Loading…
Reference in New Issue