Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
HttpClientDecoratorProvider no longer necessary either
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnworb committed May 3, 2016
1 parent f7ede2b commit 9911529
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.

This file was deleted.

Expand Up @@ -38,7 +38,7 @@ public static ApolloModule create() {
@Override
protected void configure() {
Multibinder.newSetBinder(binder(), ClientDecorator.class)
.addBinding().toProvider(HttpClientDecoratorProvider.class);
.addBinding().to(HttpClientDecorator.class);

bind(HttpClient.class);
bind(OkHttpClient.class).toProvider(OkHttpClientProvider.class);
Expand Down

0 comments on commit 9911529

Please sign in to comment.