You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2013/09/26 10:14:15 UTC

svn commit: r1526412 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/Lifecycle.java webapps/docs/changelog.xml

Author: kfujino
Date: Thu Sep 26 08:14:14 2013
New Revision: 1526412

URL: http://svn.apache.org/r1526412
Log:
Correct the javadoc for Lifecycle interface.

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/Lifecycle.java
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Lifecycle.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/Lifecycle.java?rev=1526412&r1=1526411&r2=1526412&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/Lifecycle.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/Lifecycle.java Thu Sep 26 08:14:14 2013
@@ -83,7 +83,7 @@ package org.apache.catalina;
  * the component as soon as {@link #start()} exits. It is typically used when a
  * component has failed to start.
  *
- * MUST_DESTROY is used to indicate that the {@link #stop()} should be called on
+ * MUST_DESTROY is used to indicate that the {@link #destroy()} should be called on
  * the component as soon as {@link #stop()} exits. It is typically used when a
  * component is not designed to be restarted.
  *

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1526412&r1=1526411&r2=1526412&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Sep 26 08:14:14 2013
@@ -63,6 +63,14 @@
       </add>
     </changelog>
   </subsection>
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        Correct the javadoc for <code>org.apache.catalina.Lifecycle</code>.
+        (kfujino)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 7.0.45 (violetagg)">
   <subsection name="Catalina">



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