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

add comment

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