Author: markt
Date: Fri Oct 17 14:42:50 2014
New Revision: 1632589

URL: http://svn.apache.org/r1632589
Log:
Stop Eclipse moaning if stricter Javadoc checks are enabled

Modified:
    tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java
    tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

Modified: 
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java?rev=1632589&r1=1632588&r2=1632589&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java 
(original)
+++ tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java 
Fri Oct 17 14:42:50 2014
@@ -34,7 +34,7 @@ public class TestCipher {
         Assume.assumeTrue(TesterOpenSSL.IS_EXPECTED_VERSION);
     }
 
-    /**
+    /*
      * Checks that every cipher suite returned by OpenSSL is mapped to at least
      * one cipher suite that is recognised by JSSE or is a cipher suite known
      * not to be supported by JSSE.
@@ -70,7 +70,7 @@ public class TestCipher {
     }
 
 
-    /**
+    /*
      * Checks that the unit tests are running with a version of OpenSSL that
      * includes all the expected ciphers and does not include any unexpected
      * ones.

Modified: 
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java?rev=1632589&r1=1632588&r2=1632589&view=diff
==============================================================================
--- 
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java 
(original)
+++ 
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java 
Fri Oct 17 14:42:50 2014
@@ -139,7 +139,7 @@ public class TesterOpenSSL {
     }
 
 
-    /**
+    /*
      * Use this method to filter parser results when comparing them to OpenSSL
      * results to take account of unimplemented cipher suites.
      */



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

Reply via email to