< prev index next >

src/com/sun/javatest/exec/ConfigurableTestFilter.java

Print this page

        

@@ -148,11 +148,11 @@
      * This default implementation just saves the instance name.  You may use
      * any key strings except those starting with the string "meta".
      * @param map The map to save to.
      * @return True if saving was successful, false if the operation failed.
      */
-    boolean save(Map map) {
+    boolean save(Map<String, String> map) {
         map.put(INSTANCE_KEY, instanceName);
 
         return true;
     }
 
< prev index next >