[java-shib-shared] 04/12: Remove erroneous import from earlier testing.

Scott Cantor cantor.2 at osu.edu
Wed Jan 31 14:15:51 UTC 2024


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

scantor pushed a commit to branch dev/thymeleaf
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=59823aa5d59a4f1ba65be63e0bc9638faf799038

commit 59823aa5d59a4f1ba65be63e0bc9638faf799038
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Dec 13 22:29:43 2023 -0500

    Remove erroneous import from earlier testing.
---
 .../src/main/java/net/shibboleth/shared/httpclient/TLSSocketFactory.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shib-networking/src/main/java/net/shibboleth/shared/httpclient/TLSSocketFactory.java b/shib-networking/src/main/java/net/shibboleth/shared/httpclient/TLSSocketFactory.java
index d95d3fca..55d00c81 100644
--- a/shib-networking/src/main/java/net/shibboleth/shared/httpclient/TLSSocketFactory.java
+++ b/shib-networking/src/main/java/net/shibboleth/shared/httpclient/TLSSocketFactory.java
@@ -18,7 +18,6 @@ import java.io.IOException;
 import java.net.InetSocketAddress;
 import java.net.Socket;
 import java.util.ArrayList;
-import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Nonnull;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list