< prev index next >

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

Print this page

        

@@ -147,11 +147,11 @@
     /**
      * Saves the config state to the map
      * @param map
      * @throws com.sun.javatest.exec.Session.Fault
      */
-    public void save(Map map);
+    public void save(Map<String, String> map);
 
 
     /**
      * Restores the config state from the file
      * @param file - source file
< prev index next >