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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Oct 30 13:10:41 EDT 2010


Author: petemuir
Date: 2010-10-30 13:10:41 -0400 (Sat, 30 Oct 2010)
New Revision: 7050

Modified:
   cdi-api/trunk/src/main/java/javax/enterprise/event/Observes.java
Log:
WELD-699

Modified: cdi-api/trunk/src/main/java/javax/enterprise/event/Observes.java
===================================================================
--- cdi-api/trunk/src/main/java/javax/enterprise/event/Observes.java	2010-10-30 17:02:35 UTC (rev 7049)
+++ cdi-api/trunk/src/main/java/javax/enterprise/event/Observes.java	2010-10-30 17:10:41 UTC (rev 7050)
@@ -84,7 +84,7 @@
     * the bean that defines the observer method already exists in the current 
     * context.</p>
     */
-	public Reception receive() default Reception.ALWAYS;
+	public Reception notifyObserver() default Reception.ALWAYS;
 	
 	/**
 	 * <p>Specifies 



More information about the weld-commits mailing list