--- old/src/com/sun/javatest/tool/PreferencesPane.java 2018-06-19 01:10:15.000000000 +0100 +++ new/src/com/sun/javatest/tool/PreferencesPane.java 2018-06-19 01:10:15.000000000 +0100 @@ -113,7 +113,7 @@ * @param m the map from which to load the user preferences into the * GUI components */ - public void load(Map m) { + public void load(Map m) { PreferencesPane[] p = getChildPanes(); if (p != null) { for (int i = 0; i < p.length; i++) @@ -127,7 +127,7 @@ * @param m the map to which to save the user preferences from the * GUI components */ - public void save(Map m) { + public void save(Map m) { PreferencesPane[] p = getChildPanes(); if (p != null) { for (int i = 0; i < p.length; i++)