Switch to __javaObject__ in the hope that it generalizes to more cases in

the future.
This commit is contained in:
nboyd%atg.com 2007-07-23 14:10:08 +00:00
Родитель 77955239b8
Коммит 3877bcb697
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -65,9 +65,9 @@ import java.util.Hashtable;
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() {
}