Merge branch 'master' of git://git.hcoop.net/git/crawshaw/fleet
[fleet.git] / src / edu / berkeley / fleet / assembler / Parser.java
index dcd468f..3a1fdbd 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;