[java-support] branch master updated: Fixup Javadocs from interface swap.

Brent Putman putmanb at georgetown.edu
Wed Feb 19 20:22:37 EST 2020


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

putmanb 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=13e86592756a7bf1bb8ef10d5a3e59f79313f007

The following commit(s) were added to refs/heads/master by this push:
       new  13e8659   Fixup Javadocs from interface swap.
13e8659 is described below

commit 13e86592756a7bf1bb8ef10d5a3e59f79313f007
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Feb 19 20:22:36 2020 -0500

    Fixup Javadocs from interface swap.
---
 .../shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java  | 2 +-
 .../utilities/java/support/httpclient/TLSSocketFactoryBuilder.java      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 29d7567..58d30ea 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
@@ -76,7 +76,7 @@ public class TLSSocketFactory implements LayeredConnectionSocketFactory {
      * Must be an instance of {@link List}<{@link String}>. */
     @Nonnull @NotEmpty public static final String CONTEXT_KEY_TLS_CIPHER_SUITES = "javasupport.TLSCipherSuites";
     
-    /** HttpContext key for an instance of {@link X509HostnameVerifier}. */
+    /** HttpContext key for an instance of {@link javax.net.ssl.HostnameVerifier}. */
     @Nonnull @NotEmpty public static final String CONTEXT_KEY_HOSTNAME_VERIFIER = "javasupport.HostnameVerifier";
 
     /** Protocol: TLS. */
diff --git a/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactoryBuilder.java b/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactoryBuilder.java
index 60d5dae..c5340a3 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactoryBuilder.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactoryBuilder.java
@@ -216,7 +216,7 @@ public class TLSSocketFactoryBuilder {
     }
 
     /**
-     * Set the {@link X509HostnameVerifier} instance used by the socket factory.
+     * Set the {@link javax.net.ssl.HostnameVerifier} instance used by the socket factory.
      * 
      * <p>If not specified, defaults to {@link TLSSocketFactory#STRICT_HOSTNAME_VERIFIER}.
      * 

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


More information about the commits mailing list