mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-26 12:55:33 +00:00
ASDec: Small changes to eliminate notices
This commit is contained in:
@@ -50,6 +50,7 @@ public class ActionGetURL2 extends Action {
|
||||
return "GetURL2 " + sendVarsMethod + " " + loadTargetFlag + " " + loadVariablesFlag;
|
||||
}
|
||||
|
||||
@Override
|
||||
public byte[] getBytes(int version) {
|
||||
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
||||
SWFOutputStream sos = new SWFOutputStream(baos, version);
|
||||
|
||||
Reference in New Issue
Block a user