Skip to content

Commit 4b87b62

Browse files
committed
ScriptService: fix out-of-date javadoc
As of f29650e, we no longer auto-wrap vanilla JSR-223 ScriptEngineFactory implementations available on the classpath. So let's not claim that we do in the javadoc.
1 parent 85cc2b5 commit 4b87b62

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,9 @@ public interface ScriptService extends SingletonService<ScriptLanguage>,
7474
ScriptLanguageIndex getIndex();
7575

7676
/**
77-
* Gets the available scripting languages, including wrapped
78-
* {@link ScriptEngineFactory} instances available from the Java scripting
79-
* framework itself.
77+
* Gets the available scripting languages.
8078
* <p>
81-
* This method is similar to {@link #getInstances()}, except that
82-
* {@link #getInstances()} only returns {@link ScriptLanguage} subclasses
83-
* annotated with @{@link Plugin}.
79+
* This method does the same thing as {@link #getInstances()}.
8480
* </p>
8581
*/
8682
List<ScriptLanguage> getLanguages();

0 commit comments

Comments
 (0)