We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa97cd commit b9ad594Copy full SHA for b9ad594
src/main/java/org/scijava/script/ScriptREPL.java
@@ -75,6 +75,7 @@ public class ScriptREPL {
75
76
private final PrintStream out;
77
78
+ /** The currently active interpreter. */
79
private ScriptInterpreter interpreter;
80
81
public ScriptREPL(final Context context) {
0 commit comments