fix typo in Instruction.Flush.toString()
authormegacz <adam@megacz.com>
Mon, 6 Apr 2009 18:25:04 +0000 (11:25 -0700)
committermegacz <adam@megacz.com>
Mon, 6 Apr 2009 18:25:04 +0000 (11:25 -0700)
src/edu/berkeley/fleet/api/Instruction.java

index 0eda440..e41c0fe 100644 (file)
@@ -235,7 +235,7 @@ public abstract class Instruction {
             super(dock, predicate);
             if (!dock.isInputDock()) throw new RuntimeException("Flush is only allowed at input docks");
         }
-        public String toString() { return super.toString()+"flush"; }
+        public String toString() { return super.toString()+"flush;"; }
     }
 
     /** all communication is performed with this instruction */