You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2003/12/07 04:45:48 UTC

cvs commit: incubator-geronimo/modules/web/src/java/org/apache/geronimo/web AbstractWebContainer.java

adc         2003/12/06 19:45:48

  Modified:    modules/web/src/java/org/apache/geronimo/web
                        AbstractWebContainer.java
  Log:
  Typo fix from Jacek Laskowski.
  
  Revision  Changes    Path
  1.24      +2 -2      incubator-geronimo/modules/web/src/java/org/apache/geronimo/web/AbstractWebContainer.java
  
  Index: AbstractWebContainer.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/web/src/java/org/apache/geronimo/web/AbstractWebContainer.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- AbstractWebContainer.java	29 Nov 2003 03:30:45 -0000	1.23
  +++ AbstractWebContainer.java	7 Dec 2003 03:45:48 -0000	1.24
  @@ -188,7 +188,7 @@
                           (MBeanServerNotification) n;
                   source = notification.getMBeanName();
                   if (server.isInstanceOf(source, WebConnector.class.getName())) {
  -                    log.debug("Received registration notification for webconnecter=" + source);
  +                    log.debug("Received registration notification for webconnector=" + source);
                       server.setAttribute(source, new Attribute("Container", this));
                   } else if (server.isInstanceOf(source, WebAccessLog.class.getName())) {
                       log.debug("Received registration notification for weblog=" + source);