add note that Parser.java is not a stable API
authormegacz <adam@megacz.com>
Thu, 25 Dec 2008 07:03:15 +0000 (23:03 -0800)
committermegacz <adam@megacz.com>
Thu, 25 Dec 2008 07:03:15 +0000 (23:03 -0800)
src/edu/berkeley/fleet/assembler/Parser.java

index 88fd12d..36b7b56 100644 (file)
@@ -29,6 +29,7 @@ public class Parser {
         SIGNAL_ONE.set(0,true);
     }
     
+    /** WARNING: this class may change in the future; it is not a stable interface */
     public Parser(Fleet fleet) {
         expect = new ArrayList<Long>();
         this.fleet = fleet;