Author: markt
Date: Tue Jan  5 22:59:27 2016
New Revision: 1723195

URL: http://svn.apache.org/viewvc?rev=1723195&view=rev
Log:
Clarify 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=1723195&r1=1723194&r2=1723195&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java Tue Jan  5 22:59:27 
2016
@@ -143,7 +143,7 @@ public final class SSLContext {
      * renegotiation with the reconfigured Cipher Suite after the HTTP request
      * was read but before the HTTP response is sent.
      * @param ctx Server or Client context to use.
-     * @param ciphers An SSL cipher specification.
+     * @param ciphers An OpenSSL cipher specification.
      */
     public static native boolean setCipherSuite(long ctx, String ciphers)
         throws Exception;



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

Reply via email to