Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -232,13 +232,12 @@ 232 232 while(actor.canFinish()) is (false) 233 233 :actor.finish(); 234 234 endwhile(true) 235 -partition stop { 236 236 fork 237 237 :actor.stop(); 238 238 fork again 239 239 :env.stop(); 240 240 endfork 241 - }240 + 242 242 end 243 243 244 244 @endluml