Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cosyverif
Services
service adt2amas
Commits
5a353fbe
Commit
5a353fbe
authored
Jan 15, 2021
by
Jaime Arias
Browse files
fix spell checking
parent
632aab27
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/cosyverif/service/adt2amas/MinimalScheduling.java
View file @
5a353fbe
...
...
@@ -58,7 +58,7 @@ public class MinimalScheduling extends BinaryService {
@Parameter
(
name
=
"Scheduling Table"
,
help
=
"Formatted table with the minimal scheduling"
,
direction
=
Direction
.
OUT
,
contenttype
=
"plain/text"
)
private
File
outputTables
=
null
;
@Parameter
(
name
=
"Output
s
files"
,
help
=
"Compress file containing all the generated files"
,
direction
=
Direction
.
OUT
,
contenttype
=
"application/zip"
)
@Parameter
(
name
=
"Output files"
,
help
=
"Compress file containing all the generated files"
,
direction
=
Direction
.
OUT
,
contenttype
=
"application/zip"
)
private
File
outputZip
=
null
;
@Launch
...
...
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