Skip to content

Commit

Permalink
Don't break implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jun 27, 2017
1 parent 35613de commit bc40f1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void run() {
new StreamForwarder(stderr, false).start();
}

private void writeOut(XenonProto.JobOutputStreams response) {
private synchronized void writeOut(XenonProto.JobOutputStreams response) {
observer.onNext(response);
}

Expand Down

0 comments on commit bc40f1a

Please sign in to comment.