Skip to content

Commit df30fb9

Browse files
committed
JythonScriptLanguage: declare name in @plugin
1 parent 0b5c0a0 commit df30fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/plugins/scripting/jython/JythonScriptLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* @author Johannes Schindelin
4444
* @see ScriptEngine
4545
*/
46-
@Plugin(type = ScriptLanguage.class)
46+
@Plugin(type = ScriptLanguage.class, name = "Python")
4747
public class JythonScriptLanguage extends AdaptedScriptLanguage {
4848

4949
public JythonScriptLanguage() {

0 commit comments

Comments
 (0)