Skip to content

Commit f952611

Browse files
committed
Context: fix up javadoc
1 parent 28759bc commit f952611

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/org/scijava/Context.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ public class Context implements Disposable {
6262

6363
/**
6464
* System property indicating whether the context should fail fast when
65-
* is attempts to instantiate a required service which is invalid or missing.
65+
* attempting to instantiate a required service which is invalid or missing.
6666
* If this property is set to "false" then the context creation will attempt
6767
* to continue even when a required service cannot be instantiated. Otherwise,
68-
* the constructor will throw an {@link IllegalArgumentException} in that situation.
68+
* the constructor will throw an {@link IllegalArgumentException} in that
69+
* situation.
6970
*/
7071
public static final String STRICT_PROPERTY = "scijava.context.strict";
7172

0 commit comments

Comments
 (0)