We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28759bc commit f952611Copy full SHA for f952611
1 file changed
src/main/java/org/scijava/Context.java
@@ -62,10 +62,11 @@ public class Context implements Disposable {
62
63
/**
64
* System property indicating whether the context should fail fast when
65
- * is attempts to instantiate a required service which is invalid or missing.
+ * attempting to instantiate a required service which is invalid or missing.
66
* If this property is set to "false" then the context creation will attempt
67
* to continue even when a required service cannot be instantiated. Otherwise,
68
- * the constructor will throw an {@link IllegalArgumentException} in that situation.
+ * the constructor will throw an {@link IllegalArgumentException} in that
69
+ * situation.
70
*/
71
public static final String STRICT_PROPERTY = "scijava.context.strict";
72
0 commit comments