#292 Preparing for Java 9 compatibility + general clean-up

This commit is contained in:
Harald Kuhr
2016-11-15 21:40:59 +01:00
parent 37e6d31ed9
commit ab13084f44
19 changed files with 89 additions and 154 deletions
@@ -102,7 +102,7 @@ import java.util.List;
* @todo Some MAJOR clean up
* @todo As we now have Graphics2D with more options, support more of the format?
*/
public class PICTImageReader extends ImageReaderBase {
public final class PICTImageReader extends ImageReaderBase {
final static boolean DEBUG = "true".equalsIgnoreCase(System.getProperty("com.twelvemonkeys.imageio.plugins.pict.debug"));