JAL-1551 spotlessApply
[jalview.git] / src / jalview / datamodel / BinaryNode.java
index 0ab69ea..624c2b9 100755 (executable)
@@ -58,7 +58,10 @@ public class BinaryNode<T>
   /** DOCUMENT ME!! */
   public Color color = Color.black;
 
-  /** if true, node is created to simulate polytomy between parent and its 3 or more children */
+  /**
+   * if true, node is created to simulate polytomy between parent and its 3 or
+   * more children
+   */
   public boolean dummy = false;
 
   /**