mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 12:30:52 +00:00
array definitions was inconsistent, now everywhere "Type[] variableName", using StringBuilder => little bit faster, test fixed (missing parameters)
This commit is contained in:
@@ -89,7 +89,7 @@ public class ScriptPack {
|
||||
if (packageName.equals("")) {
|
||||
return "";
|
||||
}
|
||||
String pathParts[];
|
||||
String[] pathParts;
|
||||
if (packageName.contains(".")) {
|
||||
pathParts = packageName.split("\\.");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user