Compare commits
2 Commits
120e59577d
...
4bfda6b0a1
Author | SHA1 | Date | |
---|---|---|---|
4bfda6b0a1 | |||
58d6110e1d |
@ -1,4 +1,4 @@
|
|||||||
project_group = me.topchetoeu.j2s
|
project_group = me.topchetoeu.j2s
|
||||||
project_name = j2s
|
project_name = j2s
|
||||||
project_version = 0.10.10-beta
|
project_version = 0.10.11-beta
|
||||||
main_class = me.topchetoeu.j2s.repl.SimpleRepl
|
main_class = me.topchetoeu.j2s.repl.SimpleRepl
|
||||||
|
@ -57,7 +57,7 @@ public final class StringValue implements PrimitiveValue {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return StringValue.this.getOwnMember(env, key);
|
return PrimitiveValue.super.getOwnMember(env, key);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override public Set<String> getOwnMembers(Environment env, boolean onlyEnumerable) {
|
@Override public Set<String> getOwnMembers(Environment env, boolean onlyEnumerable) {
|
||||||
|
Loading…
Reference in New Issue
Block a user