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 affde42 commit d691f00Copy full SHA for d691f00
src/main/java/org/scijava/script/ScriptFinder.java
@@ -66,6 +66,11 @@ public class ScriptFinder extends AbstractContextual {
66
@Parameter
67
private LogService log;
68
69
+ /**
70
+ * Creates a new script finder.
71
+ *
72
+ * @param context The SciJava application context housing needed services.
73
+ */
74
public ScriptFinder(final Context context) {
75
setContext(context);
76
}
0 commit comments