Code clean-up.

This commit is contained in:
Harald Kuhr 2018-01-09 20:30:06 +01:00
parent d02d45f95a
commit 6113ae1c9c

View File

@ -369,7 +369,8 @@ public final class PCXImageReader extends ImageReaderBase {
imageInput.seek(imageInput.getFlushedPosition()); imageInput.seek(imageInput.getFlushedPosition());
} }
@Override public IIOMetadata getImageMetadata(final int imageIndex) throws IOException { @Override
public IIOMetadata getImageMetadata(final int imageIndex) throws IOException {
checkBounds(imageIndex); checkBounds(imageIndex);
readHeader(); readHeader();