mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:51:33 +00:00
better handling of corrupt swf files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user