File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/main/java/org/scijava Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public abstract class DynamicCommand extends DefaultMutableModule implements
66
66
private PluginService pluginService ;
67
67
68
68
@ Parameter
69
- private ModuleService moduleService ;
69
+ protected ModuleService moduleService ;
70
70
71
71
private DynamicCommandInfo info ;
72
72
Original file line number Diff line number Diff line change 35
35
import org .scijava .command .DynamicCommand ;
36
36
import org .scijava .event .EventService ;
37
37
import org .scijava .module .ModuleItem ;
38
- import org .scijava .module .ModuleService ;
39
38
import org .scijava .options .event .OptionsEvent ;
40
39
import org .scijava .plugin .Parameter ;
41
40
import org .scijava .plugin .SingletonPlugin ;
@@ -84,9 +83,6 @@ public abstract class OptionsPlugin extends DynamicCommand implements
84
83
@ Parameter
85
84
private PrefService prefService ;
86
85
87
- @ Parameter
88
- private ModuleService moduleService ;
89
-
90
86
// -- OptionsPlugin methods --
91
87
92
88
/** Loads option values from persistent storage. */
You can’t perform that action at this time.
0 commit comments