Author: fschumacher Date: Tue Oct 13 20:15:16 2015 New Revision: 1708503 URL: http://svn.apache.org/viewvc?rev=1708503&view=rev Log: javadoc: Don't use empty and closed tags for br.
Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/jni/SSL.java?rev=1708503&r1=1708502&r2=1708503&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/jni/SSL.java (original) +++ tomcat/trunk/java/org/apache/tomcat/jni/SSL.java Tue Oct 13 20:15:16 2015 @@ -562,7 +562,7 @@ public final class SSL { /** * Set Type of Client Certificate verification and Maximum depth of CA Certificates * in Client Certificate verification. - * <br /> + * <br> * This directive sets the Certificate verification level for the Client * Authentication. Notice that this directive can be used both in per-server * and per-directory context. In per-server context it applies to the client @@ -570,7 +570,7 @@ public final class SSL { * is established. In per-directory context it forces a SSL renegotiation with * the reconfigured client verification level after the HTTP request was read * but before the HTTP response is sent. - * <br /> + * <br> * The following levels are available for level: * <pre> * SSL_CVERIFY_NONE - No client Certificate is required at all @@ -579,7 +579,7 @@ public final class SSL { * SSL_CVERIFY_OPTIONAL_NO_CA - The client may present a valid Certificate * but it need not to be (successfully) verifiable * </pre> - * <br /> + * <br> * The depth actually is the maximum number of intermediate certificate issuers, * i.e. the number of CA certificates which are max allowed to be followed while * verifying the client certificate. A depth of 0 means that self-signed client @@ -618,7 +618,7 @@ public final class SSL { /** * Returns the cipher suites available for negotiation in SSL handshake. - * <br /> + * <br> * This complex directive uses a colon-separated cipher-spec string consisting * of OpenSSL cipher specifications to configure the Cipher Suite the client * is permitted to negotiate in the SSL handshake phase. Notice that this --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org