We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55c266 commit d8b6805Copy full SHA for d8b6805
src/main/java/org/scijava/plugins/scripting/jython/JythonScriptLanguage.java
@@ -50,12 +50,6 @@ public JythonScriptLanguage() {
50
super("jython");
51
}
52
53
- @Override
54
- public String getLanguageName() {
55
- // NB: Must override, or else the name is "python" in small case.
56
- return "Python";
57
- }
58
-
59
@Override
60
public ScriptEngine getScriptEngine() {
61
// TODO: Consider adapting the wrapped ScriptEngineFactory's ScriptEngine.
0 commit comments