Skip to content

Commit e646ce9

Browse files
committed
ServicePreprocessor: fix typo in javadoc
1 parent 5e676d4 commit e646ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/module/process/ServicePreprocessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* <p>
5252
* Many modules (e.g., most {@link Command}s) use @{@link Parameter}-annotated
5353
* service fields, resulting in those parameters being populated when the
54-
* SciJava application context is injected (via {@link Context#inject(Object)}.
54+
* SciJava application context is injected (via {@link Context#inject(Object)}).
5555
* However, some modules may have service parameters which are programmatically
5656
* generated (i.e., returned directly as inputs from {@link ModuleInfo#inputs()}
5757
* and as such not populated by context injection. E.g., this situation is the

0 commit comments

Comments
 (0)