We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ffe39 commit 032cb85Copy full SHA for 032cb85
1 file changed
src/main/java/org/scijava/options/OptionsPlugin.java
@@ -71,7 +71,9 @@
71
* @author Barry DeZonia
72
* @author Curtis Rueden
73
*/
74
-public class OptionsPlugin extends DynamicCommand implements SingletonPlugin {
+public abstract class OptionsPlugin extends DynamicCommand implements
75
+ SingletonPlugin
76
+{
77
78
// -- Parameters --
79
0 commit comments