[weld-commits] Weld SVN: r4292 - 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:13:06 EDT 2009


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

Modified:
   api/trunk/cdi/src/main/java/javax/enterprise/event/package-info.java
Log:
minor

Modified: api/trunk/cdi/src/main/java/javax/enterprise/event/package-info.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/event/package-info.java	2009-10-25 05:08:08 UTC (rev 4291)
+++ api/trunk/cdi/src/main/java/javax/enterprise/event/package-info.java	2009-10-25 05:13:06 UTC (rev 4292)
@@ -39,7 +39,7 @@
  * if all the observed event qualifiers it specifies are event qualifiers 
  * of the event.</p>
  * 
- * <p>The order in which observer methods are called in not defined, and 
+ * <p>The order in which observer methods are called is not defined, and 
  * so portable applications should not rely upon the order in which 
  * observers are called.</p>
  * 



More information about the weld-commits mailing list