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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Oct 25 01:04:07 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-25 01:04:06 -0400 (Sun, 25 Oct 2009)
New Revision: 4290

Modified:
   api/trunk/cdi/src/main/java/javax/enterprise/event/ObserverException.java
Log:
minor

Modified: api/trunk/cdi/src/main/java/javax/enterprise/event/ObserverException.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/event/ObserverException.java	2009-10-25 05:03:37 UTC (rev 4289)
+++ api/trunk/cdi/src/main/java/javax/enterprise/event/ObserverException.java	2009-10-25 05:04:06 UTC (rev 4290)
@@ -18,8 +18,9 @@
 package javax.enterprise.event;
 
 /**
- * <p>Wraps checked exceptions thrown by observer methods,
- * allowing them to be rethrown by the container.</p>
+ * <p>Wraps checked exceptions thrown by observer methods
+ * during event notification, allowing them to be rethrown 
+ * by the container.</p>
  * 
  * @author Pete Muir
  * @author Gavin King



More information about the weld-commits mailing list