We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f485ee3 commit a94ff04Copy full SHA for a94ff04
src/main/java/org/scijava/app/App.java
@@ -33,7 +33,6 @@
33
34
import java.io.File;
35
36
-import org.scijava.Versioned;
37
import org.scijava.plugin.Plugin;
38
import org.scijava.plugin.RichPlugin;
39
import org.scijava.plugin.SingletonPlugin;
@@ -54,7 +53,7 @@
54
53
* @see Plugin
55
* @see AppService
56
*/
57
-public interface App extends RichPlugin, SingletonPlugin, Versioned {
+public interface App extends RichPlugin, SingletonPlugin {
58
59
/** Gets the title of the application. */
60
String getTitle();
0 commit comments