[jboss-cvs] JBossAS SVN: r88639 - projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/lifecycle.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 10:58:04 EDT 2009


Author: ALRubinger
Date: 2009-05-11 10:58:04 -0400 (Mon, 11 May 2009)
New Revision: 88639

Modified:
   projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/lifecycle/AbstractKernelEventLifecycleEventHandler.java
Log:
[JBBOOT-54] Fix comment

Modified: projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/lifecycle/AbstractKernelEventLifecycleEventHandler.java
===================================================================
--- projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/lifecycle/AbstractKernelEventLifecycleEventHandler.java	2009-05-11 14:52:44 UTC (rev 88638)
+++ projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/lifecycle/AbstractKernelEventLifecycleEventHandler.java	2009-05-11 14:58:04 UTC (rev 88639)
@@ -98,7 +98,7 @@
       // Get the Kernel
       final Kernel kernel = this.getBootstrap().getKernel();
 
-      // Send a notification that the startup is complete
+      // Send a notification
       final KernelEventManager eventMgr = kernel.getEventManager();
       final long currentTime = System.currentTimeMillis();
       final String type = this.getNotificationType();
@@ -133,7 +133,7 @@
    /**
     * @param bootstrap the bootstrap to set
     */
-   private void setBootstrap(BasicBootstrap bootstrap)
+   private void setBootstrap(final BasicBootstrap bootstrap)
    {
       this.bootstrap = bootstrap;
    }




More information about the jboss-cvs-commits mailing list