Skip to content

Commit e8d55cb

Browse files
committed
reduce visibility of method again
1 parent 8bf72ff commit e8d55cb

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/Python3Core.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ private void populateBuiltins() {
10551055
sysModules = (PDict) sysModule.getAttribute(MODULES);
10561056
}
10571057

1058-
public PythonModule createModule(String name) {
1058+
private PythonModule createModule(String name) {
10591059
return createModule(name, null);
10601060
}
10611061

0 commit comments

Comments
 (0)