format code

This commit is contained in:
Honfika
2014-01-22 17:29:16 +01:00
parent 863cf1d387
commit 41e9e58c31
199 changed files with 1479 additions and 1742 deletions

View File

@@ -175,8 +175,7 @@ public class SWFInputStream extends InputStream {
if (is instanceof SeekableInputStream) {
SeekableInputStream sis = (SeekableInputStream) is;
sis.seek(pos);
}
else {
} else {
throw new IOException("Underlying stream is not a SeekableInputStream");
}
}