Skip to content

Commit 6cd8345

Browse files
committed
Remove email address from @author tag
1 parent c8e8fde commit 6cd8345

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
@@ -49,7 +49,7 @@
4949
* An adapter of the Jython interpreter to the SciJava scripting interface.
5050
*
5151
* @author Johannes Schindelin
52-
* @author Mark Hiner <hinerm@gmail.com>
52+
* @author Mark Hiner
5353
* @see ScriptEngine
5454
*/
5555
@Plugin(type = ScriptLanguage.class, name = "Python")

0 commit comments

Comments
 (0)