mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
Issue #67 Renaming invalid identifiers to Type+Number
This commit is contained in:
@@ -213,10 +213,9 @@ public class DirectValueTreeItem extends TreeItem {
|
||||
if (!Objects.equals(this.constants, other.constants)) {
|
||||
return false;
|
||||
}
|
||||
if(other.pos!=this.pos){
|
||||
if (other.pos != this.pos) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user