checkpoint
[sbp.git] / src / edu / berkeley / sbp / Forest.java
index bd3b46a..cdf8a8b 100644 (file)
@@ -7,8 +7,10 @@ import java.util.*;
 import java.lang.reflect.*;
 
 /**
+ *   <font color=blue>
  *   An efficient representation of a collection of trees (Tomita's
  *   shared packed parse forest).
+ *   </font>
  */
 public abstract class Forest<T> implements GraphViz.ToGraphViz {