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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Oct 23 20:53:36 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-23 20:53:36 -0400 (Fri, 23 Oct 2009)
New Revision: 4249

Modified:
   api/trunk/cdi/src/main/java/javax/enterprise/inject/Alternative.java
Log:
ws

Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/Alternative.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/Alternative.java	2009-10-24 00:50:29 UTC (rev 4248)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/Alternative.java	2009-10-24 00:53:36 UTC (rev 4249)
@@ -50,9 +50,8 @@
  * <p>By default, a bean deployment archive has no selected 
  * alternatives. An alternative  must be explicitly declared 
  * using the <tt>&lt;alternatives&gt;</tt> element of the 
- * <tt>beans.xml</tt> file of the bean deployment archive.</p>
- * 
- * <p>The <tt>&lt;alternatives&gt;</tt> element contains a 
+ * <tt>beans.xml</tt> file of the bean deployment archive.
+ * The <tt>&lt;alternatives&gt;</tt> element contains a 
  * list of bean classes and stereotypes. An alternative is 
  * selected for the bean deployment archive if either:</p>
  * 



More information about the weld-commits mailing list