File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public final class PythonLanguage extends TruffleLanguage<PythonContext> {
112
112
public static final String MIME_TYPE = "text/x-python" ;
113
113
public static final String EXTENSION = ".py" ;
114
114
115
- public Assumption singleContextAssumption = Truffle .getRuntime ().createAssumption ("Only a single context is active" );
115
+ public final Assumption singleContextAssumption = Truffle .getRuntime ().createAssumption ("Only a single context is active" );
116
116
117
117
private final NodeFactory nodeFactory ;
118
118
public final ConcurrentHashMap <Class <? extends PythonBuiltinBaseNode >, RootCallTarget > builtinCallTargetCache = new ConcurrentHashMap <>();
You can’t perform that action at this time.
0 commit comments