Skip to content

Commit

Permalink
Switch to __javaObject__ in the hope that it can be used more general…
Browse files Browse the repository at this point in the history
…ly in the

future.
  • Loading branch information
norrisboyd committed Jul 23, 2007
1 parent d17e2c3 commit 88120a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/mozilla/javascript/NativeJavaClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
public class NativeJavaClass extends NativeJavaObject implements Function
{
static final long serialVersionUID = -6460763940409461664L;

// Special property for getting the underlying Java class object.
static final String javaClassPropertyName = "__javaClass__";
static final String javaClassPropertyName = "__javaObject__";

public NativeJavaClass() {
}
Expand Down

0 comments on commit 88120a7

Please sign in to comment.