[java-support] branch master updated: Fix ThreadSafe annotation package.
Ian Young
ian at iay.org.uk
Thu Dec 7 05:46:04 EST 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=b565519cdeaafdee3e6653c7c30b64fdc99fa3d5
The following commit(s) were added to refs/heads/master by this push:
new b565519 Fix ThreadSafe annotation package.
b565519 is described below
commit b565519cdeaafdee3e6653c7c30b64fdc99fa3d5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 1 12:41:38 2017 -0500
Fix ThreadSafe annotation package.
---
.../shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java b/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java
index 2b74cdf..11e136f 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java
@@ -25,6 +25,7 @@ import java.util.List;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
+import javax.annotation.concurrent.ThreadSafe;
import javax.net.SocketFactory;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLPeerUnverifiedException;
@@ -36,7 +37,6 @@ import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
import net.shibboleth.utilities.java.support.primitive.StringSupport;
import org.apache.http.HttpHost;
-import org.apache.http.annotation.ThreadSafe;
import org.apache.http.conn.socket.LayeredConnectionSocketFactory;
import org.apache.http.conn.ssl.AllowAllHostnameVerifier;
import org.apache.http.conn.ssl.BrowserCompatHostnameVerifier;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list