You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by am...@apache.org on 2003/07/29 17:55:16 UTC

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java StandardWrapper.java

amyroh      2003/07/29 08:55:15

  Modified:    catalina/src/share/org/apache/catalina/core
                        StandardContext.java StandardWrapper.java
  Log:
  Fix the obvious typos.
  
  Revision  Changes    Path
  1.76      +3 -3      jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardContext.java
  
  Index: StandardContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardContext.java,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- StandardContext.java	29 Jul 2003 00:09:42 -0000	1.75
  +++ StandardContext.java	29 Jul 2003 15:55:15 -0000	1.76
  @@ -4218,10 +4218,10 @@
           // Notify our interested LifecycleListeners
           lifecycle.fireLifecycleEvent(BEFORE_STOP_EVENT, null);
           
  -        // Send j2ee.state.stoping notification 
  +        // Send j2ee.state.stopping notification 
           if (this.getObjectName() != null) {
               Notification notification = 
  -                new Notification("j2ee.state.stoping", this.getObjectName(), 
  +                new Notification("j2ee.state.stopping", this.getObjectName(), 
                                   sequenceNumber++);
               broadcaster.sendNotification(notification);
           }
  
  
  
  1.31      +7 -7      jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardWrapper.java
  
  Index: StandardWrapper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardWrapper.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- StandardWrapper.java	29 Jul 2003 00:09:42 -0000	1.30
  +++ StandardWrapper.java	29 Jul 2003 15:55:15 -0000	1.31
  @@ -1567,10 +1567,10 @@
   
           setAvailable(Long.MAX_VALUE);
           
  -        // Send j2ee.state.stoping notification 
  +        // Send j2ee.state.stopping notification 
           if (this.getObjectName() != null) {
               Notification notification = 
  -                new Notification("j2ee.state.stoping", this.getObjectName(), 
  +                new Notification("j2ee.state.stopping", this.getObjectName(), 
                                   sequenceNumber++);
               broadcaster.sendNotification(notification);
           }
  @@ -1586,7 +1586,7 @@
           // Shut down this component
           super.stop();
   
  -        // Send j2ee.state.stopped notification 
  +        // Send j2ee.state.stoppped notification 
           if (this.getObjectName() != null) {
               Notification notification = 
                   new Notification("j2ee.state.stopped", this.getObjectName(), 
  
  
  

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