changes to MGC class library
[IRC.git] / Robust / src / ClassLibrary / MGC / Map.java
index 895335651532d253a52dad196a472733349d5498..75b69fc488f07dadaa623e23e7921ddd3d1d4815 100644 (file)
@@ -85,7 +85,7 @@ public interface Map//<K, V>
    *
    * @throws UnsupportedOperationException if clear is not supported
    */
-  //void clear();
+  void clear();
 
   /**
    * Returns true if this contains a mapping for the given key.