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 77ab3d6 commit 223624cCopy full SHA for 223624c
src/org/sosy_lab/java_smt/api/BasicProverEnvironment.java
@@ -211,7 +211,7 @@ default boolean registerUserPropagator(UserPropagator propagator) {
211
* guaranteed to be a child of the {@link ShutdownNotifier} given to the creating {@link
212
* SolverContext}, resulting in shutdown when the {@link SolverContext}s notifier is shutting
213
* down. The notifier returned here can be shut down independently of the creating contexts
214
- * notifier.
+ * notifier. JavaSMT will never attempt to shut down this manager on its own.
215
*
216
* @return a {@link ShutdownManager} who is the child of the {@link ShutdownNotifier} used in the
217
* creating {@link SolverContext}, that can be used to shut down only this {@link
0 commit comments