Author: kkolinko
Date: Fri Apr 18 13:13:51 2014
New Revision: 1588463
URL: http://svn.apache.org/r1588463
Log:
Merged r1588462 from tomcat/trunk:
Update Javadoc, as addValve/removeValve methods belong to Pipeline.
The addValve() method is still here (to be called by digester),
but ContainerBase.removeValve() has been removed in Tomcat 7.
This staleness in Javadoc has been noted on the users mailing list.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ContainerBase.java
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1588462
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ContainerBase.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ContainerBase.java?rev=1588463&r1=1588462&r2=1588463&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ContainerBase.java
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ContainerBase.java Fri
Apr 18 13:13:51 2014
@@ -98,7 +98,7 @@ import org.apache.tomcat.util.res.String
* <td>Child container added to this Container.</td>
* </tr>
* <tr>
- * <td align=center><code>addValve</code></td>
+ * <td align=center><code>{@link #getPipeline()
pipeline}.addValve</code></td>
* <td align=center><code>Valve</code></td>
* <td>Valve added to this Container.</td>
* </tr>
@@ -108,7 +108,7 @@ import org.apache.tomcat.util.res.String
* <td>Child container removed from this Container.</td>
* </tr>
* <tr>
- * <td align=center><code>removeValve</code></td>
+ * <td align=center><code>{@link #getPipeline()
pipeline}.removeValve</code></td>
* <td align=center><code>Valve</code></td>
* <td>Valve removed from this Container.</td>
* </tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]