[jboss-cvs] JBossAS SVN: r73428 - projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/spi/registry.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 15 16:09:20 EDT 2008


Author: alesj
Date: 2008-05-15 16:09:20 -0400 (Thu, 15 May 2008)
New Revision: 73428

Modified:
   projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/spi/registry/KernelRegistry.java
Log:
Add @Deprecated.

Modified: projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/spi/registry/KernelRegistry.java
===================================================================
--- projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/spi/registry/KernelRegistry.java	2008-05-15 20:08:23 UTC (rev 73427)
+++ projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/spi/registry/KernelRegistry.java	2008-05-15 20:09:20 UTC (rev 73428)
@@ -32,8 +32,7 @@
  * @author <a href="adrian at jboss.com">Adrian Brock</a>
  * @author <a href="mailto:les.hazlewood at jboss.org">Les A. Hazlewood</a>
  * @version $Revision$
- * @deprecated use the KernelBus for ad hoc invocations.
- *             use injection / Controller for anything else
+ * @deprecated use the KernelBus for ad hoc invocations, and injection / Controller for anything else
  */
 @Deprecated
 public interface KernelRegistry extends KernelObject




More information about the jboss-cvs-commits mailing list