Skip to content

Commit 232bece

Browse files
committed
Sonarqube: Make autoHistory non-public
1 parent ccf93f8 commit 232bece

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/modules/ReadlineModuleBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private static final class LocalData {
8383
private final HashMap<String, String> bindings = new HashMap<>();
8484
private final List<String> history = new ArrayList<>();
8585
protected Object completer = null;
86-
public boolean autoHistory = true;
86+
protected boolean autoHistory = true;
8787
protected String completerDelims = null;
8888
}
8989

0 commit comments

Comments
 (0)