Skip to content
Snippets Groups Projects
Commit 48075961 authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

fixed problem with load shortest trace

parent 22ceda40
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ public class LoadShortestTraceHandler extends AbstractHandler implements ...@@ -51,7 +51,7 @@ public class LoadShortestTraceHandler extends AbstractHandler implements
final Operation op = getOperationByDstId(nextState, final Operation op = getOperationByDstId(nextState,
state.getEnabledOperations()); state.getEnabledOperations());
state = ExploreStateCommand.exploreState(animator, stateId); state = ExploreStateCommand.exploreState(animator, nextState);
// append state- and operation objects to history // append state- and operation objects to history
animator.getHistory().add(state, op); animator.getHistory().add(state, op);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment