changes.
[IRC.git] / Robust / src / Util / Lattice.java
index 7c744f62da918502762c6236b55ca6bfcd83a8cb..16c8936940414b957c8a51d44ccd690e5e5f6e1a 100644 (file)
@@ -20,6 +20,7 @@ public class Lattice<T> {
     this.bottom = bottom;
 
     table.put(top, new HashSet<T>());
+    table.put(bottom, new HashSet<T>());
 
   }