Skip to content

Commit e17a93f

Browse files
committed
'Java' is really the name of the language implemented by this engine
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent b37b191 commit e17a93f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/scijava/plugins/scripting/java/JavaScriptLanguage.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ public String getEngineName() {
6767
return "MiniMaven";
6868
}
6969

70+
@Override
71+
public List<String> getNames() {
72+
return Arrays.asList("Java");
73+
}
74+
7075
@Override
7176
public List<String> getMimeTypes() {
7277
return Arrays.asList("application/x-java");

0 commit comments

Comments
 (0)