mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 12:20:51 +00:00
generic parameters
This commit is contained in:
@@ -124,7 +124,7 @@ public class DirectValueTreeItem extends TreeItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toStringNoQuotes(List localData) {
|
||||
public String toStringNoQuotes(List<Object> localData) {
|
||||
if (value instanceof Double) {
|
||||
if (Double.compare((double) (Double) value, 0) == 0) {
|
||||
return hilight("0");
|
||||
|
||||
Reference in New Issue
Block a user