File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/org/scijava/module/process Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3636import org .scijava .module .ModuleItem ;
3737import org .scijava .plugin .Parameter ;
3838import org .scijava .plugin .Plugin ;
39- import org .scijava .widget .InputHarvester ;
4039
4140/**
4241 * A preprocessor plugin that does a final check of input parameters,
4544 * @author Curtis Rueden
4645 */
4746@ Plugin (type = PreprocessorPlugin .class ,
48- priority = InputHarvester .PRIORITY - 1 )
47+ priority = SaveInputsPreprocessor .PRIORITY - 1 )
4948public class CheckInputsPreprocessor extends AbstractPreprocessorPlugin {
5049
5150 @ Parameter (required = false )
Original file line number Diff line number Diff line change 5353 priority = Priority .VERY_LOW_PRIORITY - 1 )
5454public class SaveInputsPreprocessor extends AbstractPreprocessorPlugin {
5555
56+ public static final double PRIORITY = Priority .VERY_LOW_PRIORITY - 1 ;
57+
5658 @ Parameter
5759 private ModuleService moduleService ;
5860
You can’t perform that action at this time.
0 commit comments