Skip to content

Commit b2bde6e

Browse files
committed
Reduce visibility of 'CastToIndexNode' constructor.
1 parent ba8803a commit b2bde6e

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/nodes/util/CastToIndexNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public abstract class CastToIndexNode extends PBaseNode {
6666
private final PythonErrorType errorType;
6767
private final boolean recursive;
6868

69-
public CastToIndexNode(PythonErrorType errorType, boolean recursive) {
69+
protected CastToIndexNode(PythonErrorType errorType, boolean recursive) {
7070
this.errorType = errorType;
7171
this.recursive = recursive;
7272
}

0 commit comments

Comments
 (0)