You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2015/11/29 19:12:39 UTC

svn commit: r1717104 - in /tomcat/tc8.0.x/trunk/java/org/apache: catalina/connector/CoyoteAdapter.java tomcat/ContextBind.java tomcat/util/net/AbstractEndpoint.java tomcat/util/net/jsse/JSSESocketFactory.java

Author: violetagg
Date: Sun Nov 29 18:12:38 2015
New Revision: 1717104

URL: http://svn.apache.org/viewvc?rev=1717104&view=rev
Log:
More javadoc fixes

Modified:
    tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
    tomcat/tc8.0.x/trunk/java/org/apache/tomcat/ContextBind.java
    tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
    tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java?rev=1717104&r1=1717103&r2=1717104&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Sun Nov 29 18:12:38 2015
@@ -1323,7 +1323,7 @@ public class CoyoteAdapter implements Ad
      *
      * @param uriMB URI to be normalized
      *
-     * @return <code>false</false> if normalizing this URI would require going
+     * @return <code>false</code> if normalizing this URI would require going
      *         above the root, or if the URI contains a null byte, otherwise
      *         <code>true</code>
      */

Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/ContextBind.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/tomcat/ContextBind.java?rev=1717104&r1=1717103&r2=1717104&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/tomcat/ContextBind.java (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/tomcat/ContextBind.java Sun Nov 29 18:12:38 2015
@@ -23,9 +23,9 @@ public interface ContextBind {
      * class loader. If no web application class loader is defined, or if the
      * current thread is already using the web application class loader then no
      * change will be made. If the class loader is changed and a
-     * {@link ThreadBindingListener} is configured then
-     * {@link ThreadBindingListener#bind()} will be called after the change has
-     * been made.
+     * {@link org.apache.catalina.ThreadBindingListener} is configured then
+     * {@link org.apache.catalina.ThreadBindingListener#bind()} will be called
+     * after the change has been made.
      *
      * @param usePrivilegedAction
      *          Should a {@link java.security.PrivilegedAction} be used when
@@ -45,8 +45,9 @@ public interface ContextBind {
      * Restore the current thread context class loader to the original class
      * loader in used before {@link #bind(boolean, ClassLoader)} was called. If
      * no original class loader is passed to this method then no change will be
-     * made. If the class loader is changed and a {@link ThreadBindingListener}
-     * is configured then {@link ThreadBindingListener#unbind()} will be called
+     * made. If the class loader is changed and a
+     * {@link org.apache.catalina.ThreadBindingListener} is configured then
+     * {@link org.apache.catalina.ThreadBindingListener#unbind()} will be called
      * before the change is made.
      *
      * @param usePrivilegedAction

Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java?rev=1717104&r1=1717103&r2=1717104&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Sun Nov 29 18:12:38 2015
@@ -1047,9 +1047,6 @@ public abstract class AbstractEndpoint<S
     /**
      * Configures SSLEngine to honor cipher suites ordering based upon
      * endpoint configuration.
-     *
-     * @throws InvalidAlgorithmParameterException If the runtime JVM doesn't
-     *         support this setting.
      */
     protected void configureUseServerCipherSuitesOrder(SSLEngine engine) {
         String useServerCipherSuitesOrderStr = this

Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java?rev=1717104&r1=1717103&r2=1717104&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Sun Nov 29 18:12:38 2015
@@ -784,9 +784,6 @@ public class JSSESocketFactory implement
     /**
      * Configures SSLEngine to honor cipher suites ordering based upon
      * endpoint configuration.
-     *
-     * @throws InvalidAlgorithmParameterException If the runtime JVM doesn't
-     *         support this setting.
      */
     protected void configureUseServerCipherSuitesOrder(SSLServerSocket socket) {
         String useServerCipherSuitesOrderStr = endpoint



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