Skip to content

Commit

Permalink
Make note of temporary hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jayv committed Feb 7, 2019
1 parent 40f9e3a commit 88c3601
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public ExecutionContext executionContext() {

@Override
public Single<Throwable> transportError() {
return Single.error(new UnsupportedOperationException("source to be provided by the associated connection"));
// TODO(scott) remove this as part of #233
return Single.error(new UnsupportedOperationException("Temporary hack, this class will go away in #233"));
}

/**
Expand Down

0 comments on commit 88c3601

Please sign in to comment.