File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/org/scijava Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments