Trying to fix wsdl serialization problem

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@119757 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-10-14 14:30:40 +00:00
parent 7c35ad49b4
commit 73b53a89ce
1 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,7 @@ public class SmartExecutorImpl implements SmartExecutor {
/**{@inheritDoc}*/
@Override
public boolean unSchedule(String executionIdentifier) {
public boolean unSchedule(String executionIdentifier) throws ExecutorException {
boolean currentStopped = true;
try {
SmartExecutorScheduler smartExecutorScheduler = SmartExecutorScheduler.getInstance();
@ -84,7 +84,6 @@ public class SmartExecutorImpl implements SmartExecutor {
/**{@inheritDoc}*/
@Override
@Deprecated
public PluginState getState(String executionIdentifier)
throws PluginInstanceNotFoundException, ExecutorException {
try {