mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
Code clean-up.
This commit is contained in:
parent
d02d45f95a
commit
6113ae1c9c
@ -369,7 +369,8 @@ public final class PCXImageReader extends ImageReaderBase {
|
||||
imageInput.seek(imageInput.getFlushedPosition());
|
||||
}
|
||||
|
||||
@Override public IIOMetadata getImageMetadata(final int imageIndex) throws IOException {
|
||||
@Override
|
||||
public IIOMetadata getImageMetadata(final int imageIndex) throws IOException {
|
||||
checkBounds(imageIndex);
|
||||
readHeader();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user