Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DiSL
DiSL
Commits
db211e67
Commit
db211e67
authored
May 14, 2014
by
Lubomir Bulej
Browse files
src-test: Cosmetic fixes to Job.java.
parent
e29db3f9
Changes
1
Show whitespace changes
Inline
Side-by-side
src-test/ch/usi/dag/disl/test/utils/Job.java
View file @
db211e67
...
...
@@ -102,6 +102,8 @@ final class Job {
__process
.
getErrorStream
().
close
();
}
//
__waiter
=
new
Thread
(
new
Runnable
()
{
@Override
public
void
run
()
{
...
...
@@ -142,7 +144,7 @@ final class Job {
* @throws IllegalStateException
* if the job has not been yet started
*/
public
void
destroy
()
{
public
void
destroy
()
{
__ensureJobStarted
();
//
...
...
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