Skip to content

Commit c988ebf

Browse files
committed
SaveInputsPreprocessor: fix line wrapping
1 parent e529070 commit c988ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
* <p>
4444
* This preprocessor runs late in the chain, giving other preprocessors every
4545
* chance to populate the inputs first. In particular, it executes after the
46-
* {@link org.scijava.widget.InputHarvester} has run, so that user-specified values
47-
* are persisted for next time.
46+
* {@link org.scijava.widget.InputHarvester} has run, so that user-specified
47+
* values are persisted for next time.
4848
* </p>
4949
*
5050
* @author Curtis Rueden

0 commit comments

Comments
 (0)