You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/18 14:02:24 UTC

git commit: Renaming provider in config module

Repository: jclouds
Updated Branches:
  refs/heads/cleanup-apachehc [created] 1e484b683


Renaming provider in config module


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/1e484b68
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/1e484b68
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/1e484b68

Branch: refs/heads/cleanup-apachehc
Commit: 1e484b6837b1d51d170c51cf3669ff79c46fd5f4
Parents: a563dd9
Author: Andrew Phillips <an...@apache.org>
Authored: Sat Oct 18 07:57:48 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sat Oct 18 07:57:48 2014 -0400

----------------------------------------------------------------------
 .../apachehc/config/ApacheHCHttpCommandExecutorServiceModule.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/1e484b68/drivers/apachehc/src/main/java/org/jclouds/http/apachehc/config/ApacheHCHttpCommandExecutorServiceModule.java
----------------------------------------------------------------------
diff --git a/drivers/apachehc/src/main/java/org/jclouds/http/apachehc/config/ApacheHCHttpCommandExecutorServiceModule.java b/drivers/apachehc/src/main/java/org/jclouds/http/apachehc/config/ApacheHCHttpCommandExecutorServiceModule.java
index facc913..79ef7ef 100644
--- a/drivers/apachehc/src/main/java/org/jclouds/http/apachehc/config/ApacheHCHttpCommandExecutorServiceModule.java
+++ b/drivers/apachehc/src/main/java/org/jclouds/http/apachehc/config/ApacheHCHttpCommandExecutorServiceModule.java
@@ -109,7 +109,7 @@ public class ApacheHCHttpCommandExecutorServiceModule extends AbstractModule {
 
    @Singleton
    @Provides
-   SSLContext newSSLSocketFactory(HttpUtils utils, @Named("untrusted") Supplier<SSLContext> untrustedSSLContextProvider)
+   SSLContext newSSLContext(HttpUtils utils, @Named("untrusted") Supplier<SSLContext> untrustedSSLContextProvider)
             throws NoSuchAlgorithmException, KeyManagementException {
       if (utils.trustAllCerts())
          return untrustedSSLContextProvider.get();