mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 18:34:45 +00:00
array definitions was inconsistent, now everywhere "Type[] variableName"
This commit is contained in:
@@ -82,7 +82,7 @@ public class Reply extends Message
|
||||
{
|
||||
}
|
||||
int n;
|
||||
byte buffer[] = new byte[8192];
|
||||
byte[] buffer = new byte[8192];
|
||||
while ((n = in.read(buffer, 0, buffer.length)) > 0)
|
||||
{
|
||||
/* ignore */
|
||||
|
||||
Reference in New Issue
Block a user