Skip to content

Commit

Permalink
Minor formatting change for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jacobs committed Dec 18, 2014
1 parent e995116 commit 71598ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public Exception setExceptionIfResponseNotReceived(Exception e, String exception
CollapsedRequestObservableFunction.ResponseHolder<T> r = rh.get();
// only proceed if neither response is set
if (!r.isResponseSet() && r.getException() == null) {
if(e==null) {
if(e == null) {
exception = new IllegalStateException(exceptionMessage);
}
setExceptionIfResponseNotReceived(exception);
Expand Down

0 comments on commit 71598ec

Please sign in to comment.