Selaa lähdekoodia

rename table headers

Eren Yilmaz 7 vuotta sitten
vanhempi
commit
9ec5595c93
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/bk/Combine.java

+ 1 - 1
src/bk/Combine.java

@@ -244,7 +244,7 @@ public class Combine implements AlgorithmStage {
     @Override
     public String getDebugString()
     {
-        String info = "| Node |  x  | x TL | x TR | x BL | x BR |\n";
+        String info = "| Node |  x  | x LU | x RU | x LL | x RL |\n";
         for( LayeredGraphNode n : graph.getContainedNodes() )
         {
             info += "|" + TextLayoutHelper.strToLen( n.getName(), 6 ) +