kinow commented on a change in pull request #55: Add support to read multiple images from GIF URL: https://github.com/apache/commons-imaging/pull/55#discussion_r340882961
########## File path: src/main/java/org/apache/commons/imaging/formats/gif/GifImageParser.java ########## @@ -25,7 +25,7 @@ import static org.apache.commons.imaging.common.BinaryFunctions.readByte; import static org.apache.commons.imaging.common.BinaryFunctions.readBytes; -import java.awt.Dimension; +import java.awt.*; Review comment: I think this is one of the issues reported by Travis. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
