Explorar o código

debug view zeigt jetzt auch conflict detection an

Kolja Strohm %!s(int64=6) %!d(string=hai) anos
pai
achega
71e5d7588f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/bk/BKNodePlacement.java

+ 1 - 1
src/bk/BKNodePlacement.java

@@ -154,7 +154,7 @@ public class BKNodePlacement extends AnimatedAlgorithm {
         switch( state )
         {
         case CONFLICTS:
-            return combine.getDebugString();
+            return conftion.getDebugString();
         case LAYOUT1:
             return layouts[ 0 ].getDebugString();
         case LAYOUT2: