Skip to content

Commit 479826b

Browse files
committed
SciJavaApp: remove redundant getTitle() method
The abstract base class handles it properly now.
1 parent 828514f commit 479826b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ public class SciJavaApp extends AbstractApp {
4646

4747
public static final String NAME = "SciJava";
4848

49-
@Override
50-
public String getTitle() {
51-
return NAME;
52-
}
53-
5449
@Override
5550
public String getGroupId() {
5651
return "org.scijava";

0 commit comments

Comments
 (0)