removed System.exit on premature file end

This commit is contained in:
Jindra Pet��k
2013-09-22 16:49:26 +02:00
parent dfb334116b
commit b3d7577453
@@ -166,7 +166,6 @@ public class SWFInputStream extends InputStream {
return readNoBitReset();
} catch (EndOfStreamException ex) {
Logger.getLogger(SWFInputStream.class.getName()).log(Level.SEVERE, null, ex);
System.exit(1);
}
return -1;
}