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
91113f7c
Commit
91113f7c
authored
Dec 03, 2020
by
Michael Leuschel
Browse files
add missing semicolon
parent
f5b65e0c
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 @
91113f7c
...
...
@@ -50,7 +50,7 @@ public class DisproverCommand implements IComposableCommand {
private
final
Set
<
Predicate
>
selectedHypotheses
;
private
final
Predicate
goal
;
private
final
int
timeout
;
private
final
Boolean
exportPO
private
final
Boolean
exportPO
;
private
static
ComposedCommand
composed
;
...
...
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