one "!" too much, big differrence ;-)
This commit is contained in:
parent
fe990f0155
commit
a94d8c8d81
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ public final class NodeManager {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (!(node instanceof NullNode)) {
|
} else if (node instanceof NullNode) {
|
||||||
// the nullNode caches a null value, i.e. an object that doesn't exist
|
// the nullNode caches a null value, i.e. an object that doesn't exist
|
||||||
return null;
|
return null;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue