[jboss-cvs] JBossAS SVN: r65558 - projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/registry/basic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 22 12:36:38 EDT 2007


Author: alesj
Date: 2007-09-22 12:36:38 -0400 (Sat, 22 Sep 2007)
New Revision: 65558

Modified:
   projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/registry/basic/BasicKernelBus.java
Log:
javadocs

Modified: projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/registry/basic/BasicKernelBus.java
===================================================================
--- projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/registry/basic/BasicKernelBus.java	2007-09-22 09:38:52 UTC (rev 65557)
+++ projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/registry/basic/BasicKernelBus.java	2007-09-22 16:36:38 UTC (rev 65558)
@@ -46,6 +46,7 @@
    /**
     * Execute dispatch.
     *
+    * @param <T> exact context type
     * @param name the entry name
     * @param clazz the context class
     * @param dispatcher the dispatcher
@@ -111,6 +112,11 @@
       });
    }
 
+   /**
+    * Simple dispatch on context.
+    *
+    * @param <T> exact context type
+    */
    private interface Dispatcher<T>
    {
       /**




More information about the jboss-cvs-commits mailing list