Skip to content

Commit 032cb85

Browse files
committed
Make OptionsPlugin abstract
It was never intended to be instantiated, but rather extended. Closes #208.
1 parent c0ffe39 commit 032cb85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/scijava/options/OptionsPlugin.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@
7171
* @author Barry DeZonia
7272
* @author Curtis Rueden
7373
*/
74-
public class OptionsPlugin extends DynamicCommand implements SingletonPlugin {
74+
public abstract class OptionsPlugin extends DynamicCommand implements
75+
SingletonPlugin
76+
{
7577

7678
// -- Parameters --
7779

0 commit comments

Comments
 (0)