[java-opensaml COMMIT] /trunk/opensaml-soap-api/src/main/java/org/opensaml/soap/client/http/AbstractPipelineHttpSOAPC...
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 22 18:54:55 EDT 2015
Author: putmanb
Date: Fri May 22 18:54:55 2015
New Revision: 4278
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4278&view=rev
Log:
Remove imports.
Modified:
trunk/opensaml-soap-api/src/main/java/org/opensaml/soap/client/http/AbstractPipelineHttpSOAPClient.java
Modified: trunk/opensaml-soap-api/src/main/java/org/opensaml/soap/client/http/AbstractPipelineHttpSOAPClient.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-soap-api/src/main/java/org/opensaml/soap/client/http/AbstractPipelineHttpSOAPClient.java?rev=4278&r1=4277&r2=4278&view=diff
==============================================================================
--- trunk/opensaml-soap-api/src/main/java/org/opensaml/soap/client/http/AbstractPipelineHttpSOAPClient.java (original)
+++ trunk/opensaml-soap-api/src/main/java/org/opensaml/soap/client/http/AbstractPipelineHttpSOAPClient.java Fri May 22 18:54:55 2015
@@ -18,7 +18,6 @@
package org.opensaml.soap.client.http;
import java.io.IOException;
-import java.util.List;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
@@ -44,7 +43,6 @@
import org.apache.http.client.methods.HttpPost;
import org.apache.http.client.methods.HttpUriRequest;
import org.apache.http.client.protocol.HttpClientContext;
-import org.apache.http.conn.ssl.X509HostnameVerifier;
import org.apache.http.impl.client.BasicCredentialsProvider;
import org.opensaml.messaging.context.InOutOperationContext;
import org.opensaml.messaging.context.httpclient.HttpClientRequestContext;
More information about the commits
mailing list