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

fix operator

parent e109580a
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 or !pm.isCanceled())) { // try to treat case IProofMonitor pm is null
(pm == null || !pm.isCanceled())) { // try to treat case IProofMonitor pm is null
Thread.sleep(200);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment