ソースを参照

make ConflictDetection constructor public

Eren Yilmaz 6 年 前
コミット
ee31918091
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bk/ConflictDetection.java

+ 1 - 1
src/bk/ConflictDetection.java

@@ -19,7 +19,7 @@ public class ConflictDetection implements AlgorithmStage {
     private int l1;
     private int l1;
     private PseudoCodeNode markNode;
     private PseudoCodeNode markNode;
     
     
-    ConflictDetection( LayeredGraphNode graph )
+    public ConflictDetection( LayeredGraphNode graph )
     {
     {
         this.graph = graph;
         this.graph = graph;
         actions = new ArrayList<>();
         actions = new ArrayList<>();