Skip to content

Commit 6328ca8

Browse files
committed
Rename MainRunner to MainCodeRunner
This is for clarity and consistency.
1 parent 1079163 commit 6328ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/main/run/MainRunner.java renamed to src/main/java/org/scijava/main/run/MainCodeRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* @author Curtis Rueden
4848
*/
4949
@Plugin(type = CodeRunner.class, priority = Priority.LOW_PRIORITY)
50-
public class MainRunner extends AbstractCodeRunner {
50+
public class MainCodeRunner extends AbstractCodeRunner {
5151

5252
@Parameter(required = false)
5353
private LogService log;

0 commit comments

Comments
 (0)