mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 19:34:48 -04:00
#258 SPI typos
This commit is contained in:
@@ -51,8 +51,8 @@ final class DCXProviderInfo extends ReaderWriterProviderInfo {
|
||||
"image/dcx",
|
||||
"image/x-dcx",
|
||||
},
|
||||
"com.twelvemkonkeys.imageio.plugins.dcx.DCXImageReader",
|
||||
new String[] {"com.twelvemkonkeys.imageio.plugins.dcx.DCXImageReaderSpi"},
|
||||
"com.twelvemonkeys.imageio.plugins.dcx.DCXImageReader",
|
||||
new String[] {"com.twelvemonkeys.imageio.plugins.dcx.DCXImageReaderSpi"},
|
||||
null, null,
|
||||
false, null, null, null, null,
|
||||
true, null, null, null, null
|
||||
|
@@ -51,8 +51,8 @@ final class PCXProviderInfo extends ReaderWriterProviderInfo {
|
||||
"image/pcx",
|
||||
"image/x-pcx",
|
||||
},
|
||||
"com.twelvemkonkeys.imageio.plugins.pcx.PCXImageReader",
|
||||
new String[] {"com.twelvemkonkeys.imageio.plugins.pcx.PCXImageReaderSpi"},
|
||||
"com.twelvemonkeys.imageio.plugins.pcx.PCXImageReader",
|
||||
new String[] {"com.twelvemonkeys.imageio.plugins.pcx.PCXImageReaderSpi"},
|
||||
null, null,
|
||||
false, null, null, null, null,
|
||||
true, null, null, null, null
|
||||
|
Reference in New Issue
Block a user