Selaa lähdekoodia

make ConflictDetection constructor public

Eren Yilmaz 6 vuotta sitten
vanhempi
commit
ee31918091
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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<>();