Skip to content

Commit a94ff04

Browse files
committed
App: remove redundant superinterface
1 parent f485ee3 commit a94ff04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/scijava/app/App.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
import java.io.File;
3535

36-
import org.scijava.Versioned;
3736
import org.scijava.plugin.Plugin;
3837
import org.scijava.plugin.RichPlugin;
3938
import org.scijava.plugin.SingletonPlugin;
@@ -54,7 +53,7 @@
5453
* @see Plugin
5554
* @see AppService
5655
*/
57-
public interface App extends RichPlugin, SingletonPlugin, Versioned {
56+
public interface App extends RichPlugin, SingletonPlugin {
5857

5958
/** Gets the title of the application. */
6059
String getTitle();

0 commit comments

Comments
 (0)