Skip to content

Commit 911c89b

Browse files
committed
fix an ecj compiler issue i have with 4.6.1
1 parent 61ade01 commit 911c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/DynamicObjectNativeWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public PythonObjectDictStorage getNativeMemberStore() {
191191

192192
// READ
193193
@ExportMessage
194-
boolean hasMembers() {
194+
protected boolean hasMembers() {
195195
return true;
196196
}
197197

0 commit comments

Comments
 (0)