checkpoint
[sbp.git] / src / edu / berkeley / sbp / Sequence.java
index 5ee8433..1d56343 100644 (file)
@@ -20,7 +20,7 @@ public abstract class Sequence extends Element implements Iterable<Element> {
     final Position          firstp;
 
     public Atom follow = null;
-    public final Topology follow() { return follow; }
+    public final Atom follow() { return follow; }
 
     // Static Constructors //////////////////////////////////////////////////////////////////////////////