We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c1726 commit 26865eaCopy full SHA for 26865ea
1 file changed
org.modeldriven.fuml/src/main/java/fuml/semantics/activities/ForkNodeActivation.java
@@ -44,10 +44,10 @@ public void fire(
44
} // fire
45
46
public void terminate() {
47
- // Remove any offered tokens and terminate.
+ // Terminate and remove any offered tokens.
48
49
- this.clearTokens();
50
super.terminate();
+ this.clearTokens();
51
} // terminate
52
53
} // ForkNodeActivation
0 commit comments