Remove unneeded @SuppressWarnings("unchecked")

This commit is contained in:
Andreas Kohn 2014-03-17 12:16:36 +01:00
parent 52aa7e974b
commit f4ba4e081e

View File

@ -108,7 +108,6 @@ public class JPEGImageReaderTest extends ImageReaderAbstractTestCase<JPEGImageRe
}
}
@SuppressWarnings({"unchecked"})
@Override
protected Class<JPEGImageReader> getReaderClass() {
return JPEGImageReader.class;