checkpoint
[sbp.git] / src / edu / berkeley / sbp / util / PrintableTree.java
index 1b5ffc0..7577137 100644 (file)
@@ -83,6 +83,8 @@ public abstract class PrintableTree<T extends PrintableTree> implements Iterable
         sb.append("})");
     }
 
+    // this is here to keep it out of the javadoc for Tree<T>
+    
     public GraphViz.Node toGraphViz(GraphViz gv) {
         if (gv.hasNode(this)) return gv.createNode(this);
         GraphViz.Node n = gv.createNode(this);