Minor cleanup.
This commit is contained in:
parent
f2938295ec
commit
04fd6b05fe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue