mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
JAVAC DMContextVMLayoutNode.DMContextVMContext<?> otherVmc = ...
This commit is contained in:
parent
b4e24d8167
commit
43d24e8bec
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ abstract public class DMContextVMLayoutNode<V extends IDMData> extends AbstractV
|
|||
|
||||
public boolean equals(Object other) {
|
||||
if (!(other instanceof DMContextVMLayoutNode<?>.DMContextVMContext)) return false;
|
||||
DMContextVMLayoutNode<?>.DMContextVMContext otherVmc = (DMContextVMLayoutNode.DMContextVMContext)other;
|
||||
DMContextVMLayoutNode.DMContextVMContext otherVmc = (DMContextVMLayoutNode.DMContextVMContext)other;
|
||||
return DMContextVMLayoutNode.this.equals(otherVmc.getLayoutNode()) &&
|
||||
fParent.equals(otherVmc.fParent) &&
|
||||
fDmc.equals(otherVmc.fDmc);
|
||||
|
|
Loading…
Add table
Reference in a new issue