[java-opensaml] branch master updated: Fixup Javadocs from interface swap.
Brent Putman
putmanb at georgetown.edu
Wed Feb 19 20:23:16 EST 2020
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=1f1ff5110be85d5fce295283e2a44de0b915986d
The following commit(s) were added to refs/heads/master by this push:
new 1f1ff51 Fixup Javadocs from interface swap.
1f1ff51 is described below
commit 1f1ff5110be85d5fce295283e2a44de0b915986d
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Feb 19 20:23:14 2020 -0500
Fixup Javadocs from interface swap.
---
.../security/httpclient/impl/SecurityEnhancedTLSSocketFactory.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedTLSSocketFactory.java b/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedTLSSocketFactory.java
index c3e854f..9bb0aab 100644
--- a/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedTLSSocketFactory.java
+++ b/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedTLSSocketFactory.java
@@ -100,9 +100,7 @@ import net.shibboleth.utilities.java.support.resolver.CriteriaSet;
*
* <p>
* Since this implementation may typically be used with and wrap a "no trust" SSL socket factory,
- * an optional instance of {@link X509HostnameVerifier} may also be supplied. If supplied, hostname
- * verification will be performed against the new {@link SSLSocket} via
- * {@link X509HostnameVerifier#verify(String, SSLSocket)}.
+ * an optional instance of {@link javax.net.ssl.HostnameVerifier} may also be supplied.
* </p>
*
* <p>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list