mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 12:50:46 +00:00
dump view: names
This commit is contained in:
@@ -65,6 +65,6 @@ public class DumpInfo {
|
||||
@Override
|
||||
public String toString() {
|
||||
String value = previewValue == null ? "" : previewValue.toString();
|
||||
return name + "(" + type + ")" + (value.isEmpty() ? "" : " = " + value);
|
||||
return name + " (" + type + ")" + (value.isEmpty() ? "" : " = " + value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user