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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Oct 29 01:40:19 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-29 01:40:18 -0400 (Thu, 29 Oct 2009)
New Revision: 4385

Modified:
   api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeforeShutdown.java
Log:
minor

Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeforeShutdown.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeforeShutdown.java	2009-10-29 05:35:10 UTC (rev 4384)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeforeShutdown.java	2009-10-29 05:40:18 UTC (rev 4385)
@@ -18,7 +18,7 @@
 
 /**
  * <p>
- * The type of final event the container fires after it has finished processing
+ * The type of the final event the container fires after it has finished processing
  * requests and destroyed all contexts. If any observer method of the
  * {@code BeforeShutdown} event throws an exception, the exception is ignored by the
  * container.



More information about the weld-commits mailing list