浏览代码

Updated JoinFork to ForkJoin (as used everywhere)

Yentl Van Tendeloo 8 年之前
父节点
当前提交
db6a19684c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/pm.mvc

+ 1 - 1
core/pm.mvc

@@ -21,7 +21,7 @@ SimpleClassDiagrams ProcessModel {
     Class Finish : Activity {
         lower_cardinality = 1
     }
-    Class JoinFork : Activity {}
+    Class ForkJoin : Activity {}
     Class Decision : Activity {
         constraint = $
             String function constraint(model : Element, name : String):