Author: kfujino
Date: Thu Sep 26 08:10:41 2013
New Revision: 1526410

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

Modified:
    tomcat/trunk/java/org/apache/catalina/Lifecycle.java

Modified: tomcat/trunk/java/org/apache/catalina/Lifecycle.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/Lifecycle.java?rev=1526410&r1=1526409&r2=1526410&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/Lifecycle.java (original)
+++ tomcat/trunk/java/org/apache/catalina/Lifecycle.java Thu Sep 26 08:10:41 
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.
  *



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

Reply via email to