--- old/core/JemmyCore/src/org/jemmy/image/pixel/PNGSaver.java 2018-05-20 10:11:51.119816579 +0200 +++ new/core/JemmyCore/src/org/jemmy/image/pixel/PNGSaver.java 2018-05-20 10:11:51.065814931 +0200 @@ -52,11 +52,6 @@ CRC32 crc; byte mode; - /** - * - * @param file - * @throws java.io.FileNotFoundException - */ public PNGSaver(File file) throws FileNotFoundException { this(new FileOutputStream(file)); }