We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d560a commit e485a09Copy full SHA for e485a09
src/main/java/org/scijava/Gateway.java
@@ -118,7 +118,7 @@
118
* @author Mark Hiner
119
* @author Curtis Rueden
120
*/
121
-public interface Gateway extends RichPlugin, Versioned {
+public interface Gateway extends RichPlugin {
122
123
/**
124
* Perform launch operations associated with this gateway.
@@ -362,10 +362,4 @@ public interface Gateway extends RichPlugin, Versioned {
362
/** @see org.scijava.app.App#getInfo(boolean) */
363
String getInfo(boolean mem);
364
365
- // -- Versioned methods --
366
-
367
- /** @see org.scijava.app.App#getVersion() */
368
- @Override
369
- String getVersion();
370
371
}
0 commit comments