neykov commented on this pull request.
> @@ -59,13 +59,8 @@ protected void configure() {
}).to(CredentialsToJsonByteSource.class);
bind(new TypeLiteral<Function<ByteSource, Credentials>>() {
}).to(CredentialsFromJsonByteSource.class);
- if (backing != null) {
- bind(new TypeLiteral<Map<String, ByteSource>>() {
- }).toInstance(backing);
- } else {
- bind(new TypeLiteral<Map<String, ByteSource>>() {
- }).toInstance(BACKING);
Good spot, removed.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1119#discussion_r127129277