Skip to content

Commit 223624c

Browse files
author
BaierD
committed
Add clarification JavaDoc for getShutdownManagerForProver()
1 parent 77ab3d6 commit 223624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/sosy_lab/java_smt/api/BasicProverEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ default boolean registerUserPropagator(UserPropagator propagator) {
211211
* guaranteed to be a child of the {@link ShutdownNotifier} given to the creating {@link
212212
* SolverContext}, resulting in shutdown when the {@link SolverContext}s notifier is shutting
213213
* down. The notifier returned here can be shut down independently of the creating contexts
214-
* notifier.
214+
* notifier. JavaSMT will never attempt to shut down this manager on its own.
215215
*
216216
* @return a {@link ShutdownManager} who is the child of the {@link ShutdownNotifier} used in the
217217
* creating {@link SolverContext}, that can be used to shut down only this {@link

0 commit comments

Comments
 (0)