소스 검색

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 PseudoCodeNode markNode;
     
-    ConflictDetection( LayeredGraphNode graph )
+    public ConflictDetection( LayeredGraphNode graph )
     {
         this.graph = graph;
         actions = new ArrayList<>();