Skip to content

Commit d389ff0

Browse files
committed
ScriptService: generalize the javadoc
The service is for working with scripts in general, not only the ScriptLanguage plugins.
1 parent 16b68af commit d389ff0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/main/java/org/scijava/script/DefaultScriptService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
import org.scijava.util.ColorRGBA;
7373

7474
/**
75-
* Default service for working with scripting languages.
75+
* Default service for working with scripts.
7676
*
7777
* @author Johannes Schindelin
7878
* @author Curtis Rueden

src/main/java/org/scijava/script/ScriptService.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@
4949
import org.scijava.service.SciJavaService;
5050

5151
/**
52-
* Interface for service that works with scripting languages. This service
53-
* discovers available scripting languages, and provides convenience methods to
54-
* interact with them.
52+
* Interface for service that works with scripts. This service discovers
53+
* available scripts, and provides convenience methods to interact with them.
5554
*
5655
* @author Johannes Schindelin
5756
*/

0 commit comments

Comments
 (0)