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


##########
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:
   The `final` modifier should be added to it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to