organize imports

This commit is contained in:
honfika@gmail.com
2015-07-05 21:28:17 +02:00
parent 1caf4e4856
commit 8928a3c9ee
25 changed files with 23 additions and 57 deletions

View File

@@ -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 {