note to self
authoradam <adam@megacz.com>
Thu, 21 Aug 2008 10:25:10 +0000 (11:25 +0100)
committeradam <adam@megacz.com>
Thu, 21 Aug 2008 10:25:10 +0000 (11:25 +0100)
src/edu/berkeley/fleet/two/ShipDescription.java

index 13d56de..159442c 100644 (file)
@@ -180,6 +180,7 @@ public class ShipDescription implements Iterable<DockDescription> {
             pw.println(tex);
     }
 
+    // FIXME: merge with BitMask
     public class Constant {
         public long    setbits   = 0;
         public long    clearbits = 0;