Author: rjung
Date: Sun Aug 13 12:18:07 2017
New Revision: 1804907

URL: http://svn.apache.org/viewvc?rev=1804907&view=rev
Log:
Fix new javadoc.

Modified:
    tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java

Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java?rev=1804907&r1=1804906&r2=1804907&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java Sun Aug 13 12:18:07 
2017
@@ -566,7 +566,7 @@ public final class SSLContext {
     /**
      * Add a CA certificate we accept as issuer for peer certs
      * @param ctx Server or Client context to use.
-     * @param subject Byte array with the certificate in DER encoding.
+     * @param cert Byte array with the certificate in DER encoding.
      * @return {@code true} if success, {@code false} otherwise.
      */
     public static native boolean addClientCACertificateRaw(long ctx, byte[] 
cert);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to