Author: markt
Date: Thu Jan 17 20:41:19 2013
New Revision: 1434905

URL: http://svn.apache.org/viewvc?rev=1434905&view=rev
Log:
Trailing whitespace police
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=1434905&r1=1434904&r2=1434905&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/jni/SSL.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/jni/SSL.java Thu Jan 17 20:41:19 2013
@@ -341,14 +341,14 @@ public final class SSL {
 
     /**
      * Return true if all the requested SSL_OP_* are supported by OpenSSL.
-     * 
+     *
      * <i>Note that for versions of tcnative &lt; 1.1.25, this method will
      * return <code>true</code> if and only if <code>op</code>=
      * {@link #SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION} and tcnative
      * supports that flag.</i>
      *
      * @param Bitwise-OR of all SSL_OP_* to test.
-     * 
+     *
      * @return true if all SSL_OP_* are supported by OpenSSL library.
      */
     public static native boolean hasOp(int op);



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

Reply via email to