< prev index next >

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

Print this page

        

@@ -98,15 +98,15 @@
             showChecklistAction.setEnabled(config.getInterviewParameters() != null
                     && !config.getInterviewParameters().isChecklistEmpty());
         }
     }
 
-    public void save(Map m) {
+    public void save(Map<String, String> m) {
         // nothing to save
     }
 
-    public void restore(Map m) {
+    public void restore(Map<String, String> m) {
         // nothing to restore
     }
 
     public JMenu getMenu() {
         JMenu viewMenu = uif.createMenu("exec.view");
< prev index next >