mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 10:25:49 +00:00
organize imports
This commit is contained in:
@@ -22,7 +22,7 @@ package com.jpexs.decompiler.flash;
|
||||
*/
|
||||
public class BigObject {
|
||||
|
||||
private byte[] dummy = new byte[512 * 1024 * 1024];
|
||||
private final byte[] dummy = new byte[512 * 1024 * 1024];
|
||||
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
|
||||
Reference in New Issue
Block a user