Explorar el Código

make ConflictDetection constructor public

Eren Yilmaz hace 6 años
padre
commit
ee31918091
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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<>();