Skip to content

Commit e485a09

Browse files
committed
Gateway: remove superfluous Versioned inheritance
All RichPlugins are now versioned.
1 parent c3d560a commit e485a09

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/main/java/org/scijava/Gateway.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
* @author Mark Hiner
119119
* @author Curtis Rueden
120120
*/
121-
public interface Gateway extends RichPlugin, Versioned {
121+
public interface Gateway extends RichPlugin {
122122

123123
/**
124124
* Perform launch operations associated with this gateway.
@@ -362,10 +362,4 @@ public interface Gateway extends RichPlugin, Versioned {
362362
/** @see org.scijava.app.App#getInfo(boolean) */
363363
String getInfo(boolean mem);
364364

365-
// -- Versioned methods --
366-
367-
/** @see org.scijava.app.App#getVersion() */
368-
@Override
369-
String getVersion();
370-
371365
}

0 commit comments

Comments
 (0)