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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Aug 10 16:23:30 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-08-10 16:23:30 -0400 (Tue, 10 Aug 2010)
New Revision: 6949

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

Modified: cdi-api/trunk/trunk/src/main/java/javax/enterprise/event/Observes.java
===================================================================
--- cdi-api/trunk/trunk/src/main/java/javax/enterprise/event/Observes.java	2010-08-10 20:15:42 UTC (rev 6948)
+++ cdi-api/trunk/trunk/src/main/java/javax/enterprise/event/Observes.java	2010-08-10 20:23:30 UTC (rev 6949)
@@ -84,7 +84,7 @@
     * the bean that defines the observer method already exists in the current 
     * context.</p>
     */
-	public Reception notifyObserver() default Reception.ALWAYS;
+	public Reception receive() default Reception.ALWAYS;
 	
 	/**
 	 * <p>Specifies 



More information about the weld-commits mailing list