Skip to content

Commit d691f00

Browse files
committed
ScriptFinder: add javadoc to the constructor
1 parent affde42 commit d691f00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/scijava/script/ScriptFinder.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ public class ScriptFinder extends AbstractContextual {
6666
@Parameter
6767
private LogService log;
6868

69+
/**
70+
* Creates a new script finder.
71+
*
72+
* @param context The SciJava application context housing needed services.
73+
*/
6974
public ScriptFinder(final Context context) {
7075
setContext(context);
7176
}

0 commit comments

Comments
 (0)