< prev index next >

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

Print this page

        

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