Skip to content

Commit

Permalink
Add missing .failure() to parallel service call
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu authored Aug 5, 2016
1 parent 6286c69 commit 2701ea4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ private ServiceCallback<T> taskCallback(final DAGNode<U> taskNode, final Service
@Override
public void failure(Throwable t) {
callback.failure(t);
parallelServiceCall.failure(t);
}

@Override
Expand Down

0 comments on commit 2701ea4

Please sign in to comment.