Minor cleanup.

This commit is contained in:
hns 2003-12-03 10:52:17 +00:00
parent f2938295ec
commit 04fd6b05fe

View file

@ -163,7 +163,7 @@ public class JavaObject extends NativeJavaObject {
}
obj = prototype.get(name, start);
if (obj != null && obj != UniqueTag.NOT_FOUND) {
if (obj != null && obj != NOT_FOUND) {
return obj;
}