kinow commented on code in PR #254:
URL: https://github.com/apache/commons-imaging/pull/254#discussion_r1342193272


##########
src/main/java/org/apache/commons/imaging/formats/webp/chunks/WebPChunk.java:
##########
@@ -29,30 +30,50 @@
  * used by the parser.
  *
  * @see <a 
href="https://developers.google.com/speed/webp/docs/riff_container";>WebP 
Container Specification</a>
- *
  * @since 1.0-alpha4
  */
 public abstract class WebPChunk extends BinaryFileParser {
     private final int type;
     private final int size;
     protected final byte[] bytes;
+    private int chunkSize;

Review Comment:
   Good catch! Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to