Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
ProB Rodin Plugin
Commits
e2f996ff
Commit
e2f996ff
authored
Aug 27, 2020
by
Michael Leuschel
Browse files
update comment
parent
57ac22e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
de.prob.eventb.disprover.core/src/de/prob/eventb/disprover/core/internal/DisproverCommand.java
View file @
e2f996ff
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment