mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 15:35:56 +00:00
cleanup
This commit is contained in:
@@ -42,7 +42,7 @@ public class SWC extends ZippedSWFBundle {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void initBundle(InputStream is, File filename) throws IOException {
|
||||
protected void initBundle(InputStream is, File filename) throws IOException {
|
||||
super.initBundle(is, filename);
|
||||
keySet.clear();
|
||||
this.is.reset();
|
||||
|
||||
Reference in New Issue
Block a user