Skip to content

Commit a7f4420

Browse files
committed
Plugin: remove superfluous cancelable attribute
This attribute was intended for use with ImageJ commands, but there is already a dedicated interface called Cancelable for signaling whether the command can be canceled. So the attribute is unnecessary.
1 parent 01e18d1 commit a7f4420

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/org/scijava/plugin/Plugin.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@
147147
/** When false, the plugin is not displayed in the user interface. */
148148
boolean visible() default true;
149149

150-
/** When false, the user interface will not provide a cancel button. */
151-
boolean cancelable() default true;
152-
153150
/**
154151
* Provides a "hint" as to whether the plugin would behave correctly in a
155152
* headless context.

0 commit comments

Comments
 (0)