Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/15#discussion_r159147397 --- Diff: src/main/java/org/apache/commons/imaging/formats/jpeg/decoder/JpegDecoder.java --- @@ -38,7 +41,7 @@ import static org.apache.commons.imaging.common.BinaryFunctions.*; -public class JpegDecoder extends BinaryFileParser implements JpegUtils.Visitor { +public final class JpegDecoder extends BinaryFileParser implements JpegUtils.Visitor { --- End diff -- Not necessary to address this here. We can discuss and add the final later if necessary :-)
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org