mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
#292 Preparing for Java 9 compatibility + general clean-up
This commit is contained in:
+1
-1
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user