[java-opensaml] branch master updated: Fix broken Javadoc.

Brent Putman putmanb at georgetown.edu
Sun Feb 23 23:45:22 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=d53029956815b4277abbea484867caa69ccfd2e4

The following commit(s) were added to refs/heads/master by this push:
       new  d530299   Fix broken Javadoc.
d530299 is described below

commit d53029956815b4277abbea484867caa69ccfd2e4
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Sun Feb 23 23:45:19 2020 -0500

    Fix broken Javadoc.
---
 .../security/httpclient/impl/SecurityEnhancedHttpClientSupport.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedHttpClientSupport.java b/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedHttpClientSupport.java
index 98c7878..89d1369 100644
--- a/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedHttpClientSupport.java
+++ b/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedHttpClientSupport.java
@@ -27,7 +27,6 @@ import javax.net.ssl.X509TrustManager;
 
 import org.apache.http.client.HttpClient;
 import org.apache.http.conn.socket.LayeredConnectionSocketFactory;
-import org.apache.http.conn.ssl.NoopHostnameVerifier;
 import org.opensaml.security.trust.TrustEngine;
 import org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager;
 import org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustManager;
@@ -106,7 +105,7 @@ public final class SecurityEnhancedHttpClientSupport {
      * <p>
      * If <code>supportTrustEngine</code> is true, then the wrapped factory will be configured
      * with a {@link X509TrustManager} that supports per-request specification of a mandatory
-     * server TLS {@TrustEngine} and optional {@link CriteriaSet},
+     * server TLS {@link TrustEngine} and optional {@link CriteriaSet},
      * as documented in {@link SecurityEnhancedTLSSocketFactory}.
      * </p>
      * 

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


More information about the commits mailing list