[java-shib-shared] branch main updated: Remove erroneous import from earlier testing.
Brent Putman
putmanb at georgetown.edu
Thu Dec 14 03:30:46 UTC 2023
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=5dbfb0c0f16770eaed093394be6128a175a07318
The following commit(s) were added to refs/heads/main by this push:
new 5dbfb0c0 Remove erroneous import from earlier testing.
5dbfb0c0 is described below
commit 5dbfb0c0f16770eaed093394be6128a175a07318
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