bootstrap value parsing/recovery only for nodes with unquoted non-negative integer...
[vamsas.git] / src / uk / ac / vamsas / objects / utils / trees / BinaryNode.java
index ca0739a..bc41783 100644 (file)
@@ -17,15 +17,15 @@ public class BinaryNode {
 \r
   BinaryNode parent;\r
 \r
-  /** DOCUMENT ME!! */\r
-  public int bootstrap;\r
+  /** bootstrap is non-negative integer */\r
+  public int bootstrap=-1;\r
 \r
   /**\r
    * Creates a new BinaryNode object.\r
    */\r
   public BinaryNode() {\r
     left = right = parent = null;\r
-    bootstrap = 0;\r
+    bootstrap = -1;\r
   }\r
 \r
   /**\r