[weld-commits] Weld SVN: r4410 - api/trunk/cdi/src/main/java/javax/enterprise/inject/spi.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Oct 29 14:56:56 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-29 14:56:56 -0400 (Thu, 29 Oct 2009)
New Revision: 4410

Modified:
   api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/package-info.java
Log:
ups

Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/package-info.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/package-info.java	2009-10-29 18:52:14 UTC (rev 4409)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/package-info.java	2009-10-29 18:56:56 UTC (rev 4410)
@@ -59,9 +59,9 @@
  * registering an instance} with the container.</p>
  * 
  * <p>A portable extension may be notified of the existence of an
- * enabled bean or observer method by observing the container
- * lifecycle event type {@link javax.enterprise.inject.spi.ProcessBean}
- * or one of its {@linkplain javax.enterprise.inject.spi.ProcessBean subtypes},
+ * enabled bean by observing the container lifecycle event type 
+ * {@link javax.enterprise.inject.spi.ProcessBean} or one of its 
+ * {@linkplain javax.enterprise.inject.spi.ProcessBean subtypes},
  * or of the existence of an observer method of an enabled bean by 
  * observing the event type
  * {@link javax.enterprise.inject.spi.ProcessObserverMethod}.</p>



More information about the weld-commits mailing list