one "!" too much, big differrence ;-)

This commit is contained in:
hns 2001-05-25 14:54:29 +00:00
parent fe990f0155
commit a94d8c8d81

View file

@ -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 {