changes to MGC classlibrary
[IRC.git] / Robust / src / ClassLibrary / MGC / HashMapIterator.java
index e8f7a7bf008431b9686f37be5733c291ef305828..9996a8e1c5a20fdda93d7ad3eec7460db7fe3747 100644 (file)
@@ -45,7 +45,7 @@ class HashMapIterator implements Iterator {
   }
 
   public void remove() {
-    System.out.println("HashMapIterator.remove() not implemented.");
+    System.out.println("Unimplemented HashMapIterator.remove()!");
     System.exit(-1);
   }
 }