mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-04-30 00:00:01 -04:00
TMI-IIO: Removed some deprecation warnings.
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public final class CURImageReaderSpi extends ImageReaderSpi {
|
||||
"image/cursor" // Unofficial, but common
|
||||
},
|
||||
"com.twelvemonkeys.imageio.plugins.ico.CURImageReader",
|
||||
STANDARD_INPUT_TYPE,
|
||||
new Class[] {ImageInputStream.class},
|
||||
null,
|
||||
true, null, null, null, null,
|
||||
true,
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@ public final class ICOImageReaderSpi extends ImageReaderSpi {
|
||||
"image/ico" // Unofficial, but common
|
||||
},
|
||||
"com.twelvemonkeys.imageio.plugins.ico.ICOImageReader",
|
||||
STANDARD_INPUT_TYPE,
|
||||
new Class[] {ImageInputStream.class},
|
||||
null,
|
||||
true, null, null, null, null,
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user