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 6ccd051 commit af9b612Copy full SHA for af9b612
src/main/java/org/scijava/plugins/scripting/java/JavaEngine.java
@@ -155,7 +155,7 @@ public Object eval(String script) throws ScriptException {
155
* in the engine scope bindings via the {@link ScriptEngine#FILENAME} key,
156
* this method compiles that file and runs the resulting main class instead.
157
* <p>
158
- * The currently active {@link JavaService} is responsible for running the
+ * The currently active {@link RunService} is responsible for running the
159
* class.
160
* </p>
161
*
0 commit comments