[java-support] branch maint-7 updated: Fix ThreadSafe annotation package.

Scott Cantor cantor.2 at osu.edu
Fri Dec 1 12:41:42 EST 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-7
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=0d45aa6e0d0187354c55d373fc1ef18be95496bf

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  0d45aa6   Fix ThreadSafe annotation package.
0d45aa6 is described below

commit 0d45aa6e0d0187354c55d373fc1ef18be95496bf
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