JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / analysis / TreeModel.java
index ce79a65..1068042 100644 (file)
@@ -353,8 +353,9 @@ public class TreeModel
 
     if ((nd.left() == null) && (nd.right() == null))
     {
-       // TODO FIX FOR COLUMN TREES
-      jalview.bin.Console.outPrintln("Leaf = " + ((SequenceI) nd.element()).getName());
+      // TODO FIX FOR COLUMN TREES
+      jalview.bin.Console
+              .outPrintln("Leaf = " + ((SequenceI) nd.element()).getName());
       jalview.bin.Console.outPrintln("Dist " + nd.dist);
       jalview.bin.Console.outPrintln("Boot " + nd.getBootstrap());
     }
@@ -481,7 +482,8 @@ public class TreeModel
     }
     else
     {
-      jalview.bin.Console.outPrintln(" name = " + ((SequenceI) nd.element()).getName());
+      jalview.bin.Console.outPrintln(
+              " name = " + ((SequenceI) nd.element()).getName());
     }
 
     jalview.bin.Console.outPrintln(
@@ -514,7 +516,8 @@ public class TreeModel
   {
     // if (_lycount<_lylimit)
     // {
-    // jalview.bin.Console.errPrintln("Warning: depth of _recount greater than number of
+    // jalview.bin.Console.errPrintln("Warning: depth of _recount greater than
+    // number of
     // nodes.");
     // }
     if (nd == null)