implementing def reach transfer funcs for R
[IRC.git] / Robust / src / Util / MultiViewMap.java
index 79e4eac24ebecd03a024ba125c38f7f75b4e8ea8..a9ee707fee44b9b47bb4b6c4873a6ba080902ba5 100644 (file)
@@ -35,7 +35,7 @@ public class MultiViewMap<T> {
 \r
   // for MultiViewMaps that don't need to use the value,\r
   // template on type Object and map every key to this dummy\r
-  public static Object dummy = new Integer( -12345 );\r
+  public static Object dummyValue = new Integer( -12345 );\r
 \r
 \r
   //  If the entire contents of this map are fullKey -> value:\r