JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / analysis / NJTree.java
index 099400e..4489783 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -1099,8 +1099,7 @@ public class NJTree
               + ((SequenceI) node.element()).getName());
     }
 
-    System.out.println(" dist = " + node.dist + " "
-            + node.count + " "
+    System.out.println(" dist = " + node.dist + " " + node.count + " "
             + node.height);
   }