You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/11/30 21:56:30 UTC

[GitHub] [commons-imaging] christoffer-rydberg commented on a change in pull request #62: Add disposal method to GIF metadata

christoffer-rydberg commented on a change in pull request #62: Add disposal method to GIF metadata
URL: https://github.com/apache/commons-imaging/pull/62#discussion_r352306509
 
 

 ##########
 File path: src/main/java/org/apache/commons/imaging/formats/gif/GifImageMetadataItem.java
 ##########
 @@ -42,13 +44,16 @@ public int getTopPosition() {
         return topPosition;
     }
 
+    public DisposalMethod getDisposalMethod() { return disposalMethod; }
 
 Review comment:
   Thanks. Fixed formatting.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services