better handling of corrupt swf files

This commit is contained in:
honfika
2014-07-25 22:12:46 +02:00
parent f6969d442a
commit 1bd0504402
37 changed files with 2416 additions and 2349 deletions
@@ -26,7 +26,7 @@ import com.jpexs.decompiler.flash.SWF;
*/
public class HeaderItem implements TreeItem {
private SWF swf;
private final SWF swf;
public HeaderItem(SWF swf) {
this.swf = swf;