--- old/src/com/sun/javatest/exec/ConfigurableTestFilter.java 2018-06-19 01:09:51.000000000 +0100 +++ new/src/com/sun/javatest/exec/ConfigurableTestFilter.java 2018-06-19 01:09:51.000000000 +0100 @@ -150,7 +150,7 @@ * @param map The map to save to. * @return True if saving was successful, false if the operation failed. */ - boolean save(Map map) { + boolean save(Map map) { map.put(INSTANCE_KEY, instanceName); return true;