Преглед изворни кода

debug view zeigt jetzt auch conflict detection an

Kolja Strohm пре 6 година
родитељ
комит
71e5d7588f
1 измењених фајлова са 1 додато и 1 уклоњено
  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: