mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 17:35:54 +00:00
array definitions was inconsistent, now everywhere "Type[] variableName"
This commit is contained in:
@@ -19,7 +19,7 @@ class Copy implements Runnable
|
||||
public void run()
|
||||
{
|
||||
int n;
|
||||
byte buffer[] = new byte[8192];
|
||||
byte[] buffer = new byte[8192];
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user