Skip to content
Snippets Groups Projects
Commit e2f996ff authored by Michael Leuschel's avatar Michael Leuschel
Browse files

update comment

parent 57ac22e8
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ public class DisproverCommand implements IComposableCommand {
job.schedule();
while (job.getResult() == null &&
(pm == null || !pm.isCanceled())) { // try to treat case IProofMonitor pm is null
(pm == null || !pm.isCanceled())) { // treat case IProofMonitor is null; done by Rodin 3.5RC at startup
Thread.sleep(200);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment