--- old/src/com/sun/javatest/tool/Tool.java 2018-06-19 01:10:16.000000000 +0100 +++ new/src/com/sun/javatest/tool/Tool.java 2018-06-19 01:10:16.000000000 +0100 @@ -310,7 +310,7 @@ * @param m the map in which to store the significant state * of the tool */ - protected abstract void save(Map m); + protected abstract void save(Map m); /** @@ -319,7 +319,7 @@ * @param m the map in which to store the significant state * of the tool */ - protected abstract void restore(Map m); + protected abstract void restore(Map m); /**