checkpoint
[sbp.git] / src / edu / berkeley / sbp / chr / CharInput.java
index 1178e42..7953418 100644 (file)
@@ -8,7 +8,7 @@ import edu.berkeley.sbp.util.*;
 import edu.berkeley.sbp.misc.*;
 import edu.berkeley.sbp.Input.Location;
 
-public class CharInput extends CartesianInput<Character> {
+public class CharInput extends Cartesian.Input<Character> {
     private final Reader r;
     
     public CharInput(String s)                { this(new StringReader(s)); }