add note that Parser.java is not a stable API
[fleet.git] / 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;