Author: markt
Date: Sun Oct 24 13:08:54 2010
New Revision: 1026787

URL: http://svn.apache.org/viewvc?rev=1026787&view=rev
Log:
Allow Checkstyle's unused imports test to be used with the o.a.catalina.startup 
package

Modified:
    tomcat/trunk/java/org/apache/catalina/startup/Embedded.java

Modified: tomcat/trunk/java/org/apache/catalina/startup/Embedded.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Embedded.java?rev=1026787&r1=1026786&r2=1026787&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/Embedded.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/Embedded.java Sun Oct 24 
13:08:54 2010
@@ -44,7 +44,6 @@ import org.apache.catalina.core.Standard
 import org.apache.catalina.core.StandardService;
 import org.apache.catalina.loader.WebappLoader;
 import org.apache.catalina.security.SecurityConfig;
-import org.apache.catalina.util.LifecycleBase;
 import org.apache.catalina.util.LifecycleSupport;
 import org.apache.juli.logging.Log;
 import org.apache.juli.logging.LogFactory;
@@ -798,7 +797,8 @@ public class Embedded  extends StandardS
 
     /**
      * Start nested components ({...@link Connector}s and {...@link Engine}s) 
and
-     * implement the requirements of {...@link LifecycleBase#startInternal()}.
+     * implement the requirements of
+     * {...@link org.apache.catalina.util.LifecycleBase#startInternal()}.
      *
      * @exception LifecycleException if this component detects a fatal error
      *  that prevents this component from being used
@@ -832,7 +832,8 @@ public class Embedded  extends StandardS
 
     /**
      * Stop nested components ({...@link Connector}s and {...@link Engine}s) 
and
-     * implement the requirements of {...@link LifecycleBase#stopInternal()}.
+     * implement the requirements of
+     * {...@link org.apache.catalina.util.LifecycleBase#stopInternal()}.
      *
      * @exception LifecycleException if this component detects a fatal error
      *  that needs to be reported



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to