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

do not should down the animator after unit analysis. not sure if this is correct anyway.

parent 75286489
No related branches found
No related tags found
No related merge requests found
......@@ -206,8 +206,8 @@ public class StartUnitAnalysisHandler extends AbstractHandler implements
+ rootElement.getClass());
}
// shutdown animator
animator.shutdown();
// 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