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
0c6ed428
Commit
0c6ed428
authored
Aug 27, 2020
by
Michael Leuschel
Browse files
add missing semicolon
parent
ae083a9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
de.prob.eventb.disprover.core/src/de/prob/eventb/disprover/core/DisproverReasoner.java
View file @
0c6ed428
...
...
@@ -111,7 +111,7 @@ public class DisproverReasoner implements IReasoner {
IEventBProject
evbProject
;
if
(
origin
==
null
)
{
// no origin available; seems to happen in Rodin 3.5RC upon startup
System
.
out
.
println
(
"No origin available for sequent"
)
System
.
out
.
println
(
"No origin available for sequent"
)
;
// throw new InterruptedException(); // Should we do this instead of trying to work with null project?
evbProject
=
null
;
}
else
{
...
...
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