Fix copy paste error
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 2 Apr 2010 14:59:33 +0000 (14:59 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 2 Apr 2010 14:59:33 +0000 (14:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@930289 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/StandardContext.java

index 4b50e3b..7221140 100644 (file)
@@ -5714,7 +5714,7 @@ public class StandardContext
                                        "web application is running"
                                        ),
                                        new MBeanNotificationInfo(new String[] {
-                                       "j2ee.state.stopped"},
+                                       "j2ee.state.stopping"},
                                        Notification.class.getName(),
                                        "web application start to stopped"
                                        ),