Skip to content

Commit af9b612

Browse files
committed
Fix javadoc errors
1 parent 6ccd051 commit af9b612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/plugins/scripting/java/JavaEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public Object eval(String script) throws ScriptException {
155155
* in the engine scope bindings via the {@link ScriptEngine#FILENAME} key,
156156
* this method compiles that file and runs the resulting main class instead.
157157
* <p>
158-
* The currently active {@link JavaService} is responsible for running the
158+
* The currently active {@link RunService} is responsible for running the
159159
* class.
160160
* </p>
161161
*

0 commit comments

Comments
 (0)