--- old/core/JemmyCore/src/org/jemmy/image/pixel/PNGLoader.java 2018-05-20 10:11:50.905810048 +0200 +++ new/core/JemmyCore/src/org/jemmy/image/pixel/PNGLoader.java 2018-05-20 10:11:50.856808553 +0200 @@ -79,7 +79,7 @@ /** * Decodes image from an input stream passed into constructor. * @return a BufferedImage object - * @throws IOException + * @throws IOException todo document */ public Raster decode() throws IOException { return decode(true); @@ -91,7 +91,7 @@ * Decodes image from an input stream passed into constructor. * @return a BufferedImage object * @param closeStream requests method to close the stream after the image is read - * @throws IOException + * @throws IOException todo document */ public Raster decode(boolean closeStream) throws IOException {