2010/5/1  <ma...@apache.org>:
> Author: markt
> Date: Sat May  1 14:26:50 2010
> New Revision: 940038
>
> URL: http://svn.apache.org/viewvc?rev=940038&view=rev
> Log:
> Minor clean-up having reviewed the diff between current code and the code 
> prior to the Lifecycle re-factoring
>

> @@ -780,11 +780,7 @@ public class Catalina {
>         public void run() {
>
>             if (getServer() != null) {
> -                try {
> -                    Catalina.this.stop();
> -                } catch (Exception e) {
> -                    log.error(sm.getString("catalina.shutdownHookFail"), e);
> -                }
> +                Catalina.this.stop();
>             }
>

Why are you removing the above try/catch?

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

Reply via email to