diff --git a/imageio/imageio-webp/src/main/java/com/twelvemonkeys/imageio/plugins/webp/lossless/VP8LDecoder.java b/imageio/imageio-webp/src/main/java/com/twelvemonkeys/imageio/plugins/webp/lossless/VP8LDecoder.java index 1f0d67c0..c0a717c4 100644 --- a/imageio/imageio-webp/src/main/java/com/twelvemonkeys/imageio/plugins/webp/lossless/VP8LDecoder.java +++ b/imageio/imageio-webp/src/main/java/com/twelvemonkeys/imageio/plugins/webp/lossless/VP8LDecoder.java @@ -142,9 +142,9 @@ public final class VP8LDecoder { /** * Copy a source raster into a destination raster with settings applied. * - * TODO: This piece of was inside readVP8Lossless(), but as it can be used in - * readAlpha(), this utility static method was created here. Probably, it should - * be moved to another class. + * TODO: This piece of code was inside readVP8Lossless(), but as it can be used + * in readAlpha(), this static utility method was created here. Probably, it + * can be moved to another class. */ public static void copyIntoRasterWithParams(final Raster srcRaster, final WritableRaster dstRaster, final ImageReadParam param) {