Skip to content
Snippets Groups Projects
Commit 5feac513 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

animator is shut down by the activation once rodin is quit. no need to do it here.

parent 5565f05c
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ import de.prob.core.command.ActivateUnitPluginCommand;
import de.prob.core.command.ClearMachineCommand;
import de.prob.core.command.CommandException;
import de.prob.core.command.ComposedCommand;
import de.prob.core.command.GetErrorsCommand;
import de.prob.core.command.GetPluginResultCommand;
import de.prob.core.command.SetPreferencesCommand;
import de.prob.core.command.StartAnimationCommand;
......@@ -142,9 +141,6 @@ public class StartUnitAnalysisHandler extends AbstractHandler implements
animator.execute(pluginResultCommand);
processResults(pluginResultCommand.getResult());
// TODO: should i shutdown the animator?
// animator.shutdown();
} catch (ProBException e) {
e.notifyUserOnce();
throw new ExecutionException("Unit Analysis Failed", e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment