Skip to content

Commit 26865ea

Browse files
committed
Issue FUML15-9 Updated ForkNodeActivations.terminate.
1 parent e3c1726 commit 26865ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

org.modeldriven.fuml/src/main/java/fuml/semantics/activities/ForkNodeActivation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ public void fire(
4444
} // fire
4545

4646
public void terminate() {
47-
// Remove any offered tokens and terminate.
47+
// Terminate and remove any offered tokens.
4848

49-
this.clearTokens();
5049
super.terminate();
50+
this.clearTokens();
5151
} // terminate
5252

5353
} // ForkNodeActivation

0 commit comments

Comments
 (0)