We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b68af commit d389ff0Copy full SHA for d389ff0
2 files changed
src/main/java/org/scijava/script/DefaultScriptService.java
@@ -72,7 +72,7 @@
72
import org.scijava.util.ColorRGBA;
73
74
/**
75
- * Default service for working with scripting languages.
+ * Default service for working with scripts.
76
*
77
* @author Johannes Schindelin
78
* @author Curtis Rueden
src/main/java/org/scijava/script/ScriptService.java
@@ -49,9 +49,8 @@
49
import org.scijava.service.SciJavaService;
50
51
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.
+ * Interface for service that works with scripts. This service discovers
+ * available scripts, and provides convenience methods to interact with them.
55
56
57
*/
0 commit comments