< prev index next >

core/JemmyCore/src/org/jemmy/image/pixel/PNGSaver.java

Print this page

        

@@ -50,15 +50,10 @@
     public static final byte COLOR_MODE = 2;
     OutputStream out;
     CRC32 crc;
     byte mode;
 
-    /**
-     *
-     * @param file
-     * @throws java.io.FileNotFoundException
-     */
     public PNGSaver(File file) throws FileNotFoundException {
         this(new FileOutputStream(file));
     }
 
     /**
< prev index next >