< prev index next >

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

Print this page

        

@@ -169,11 +169,11 @@
 
     public List<Action> getToolBarActionList() {
         return Arrays.asList(getToolBarActions());
     }
 
-    public void save(Map m) {
+    public void save(Map<String, String> m) {
     }
     public void restore(Map m) {
     }
 
     public synchronized void dispose() {
< prev index next >