checkpoint
[slipway.git] / src / edu / berkeley / slipway / FakeBoard.java
index d2d3594..26c8e29 100644 (file)
@@ -8,10 +8,16 @@ import gnu.io.*;
 
 public class FakeBoard extends Board {
 
-    public FakeBoard() { }
+    public FakeBoard() {
+        
+    }
 
-    public void reset() { }
-    public void boot(Reader r) throws Exception { throw new Error(); }
+    public void reset() {
+        System.err.println("FakeBoard: reset()");
+    }
+    public void boot(Reader r) throws Exception {
+
+    }
     public InputStream getInputStream() { throw new Error(); }
     public OutputStream getOutputStream() { throw new Error(); }