case fix 2

This commit is contained in:
Jindra Petřík
2016-07-18 09:06:24 +02:00
parent 38eb716fdd
commit 4714cd432e

View File

@@ -1,11 +0,0 @@
package com.jpexs.decompiler.flash.amf.amf3;
import java.io.IOException;
public class PrematureEndOfTheStreamException extends IOException {
public PrematureEndOfTheStreamException() {
super("Premature end of the stream reached");
}
}