[weld-commits] Weld SVN: r4908 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 18:17:39 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-09 18:17:39 -0500 (Mon, 09 Nov 2009)
New Revision: 4908

Modified:
   doc/trunk/reference/en-US/injection.xml
Log:
minor

Modified: doc/trunk/reference/en-US/injection.xml
===================================================================
--- doc/trunk/reference/en-US/injection.xml	2009-11-09 23:16:00 UTC (rev 4907)
+++ doc/trunk/reference/en-US/injection.xml	2009-11-09 23:17:39 UTC (rev 4908)
@@ -618,7 +618,7 @@
       <title>Lifecycle callbacks and component environment injection</title>
 
       <para>
-         Managed beans and EJB beans support the lifecycle callback methods, <literal>@PostConstruct</literal> and 
+         Managed beans and EJB beans support the lifecycle callback methods <literal>@PostConstruct</literal> and 
          <literal>@PreDestroy</literal> which are called after after all dependencies have been injected, and before the 
          bean is destroyed (when the context to which it belongs ends), respectively. EJB beans also support the EJB 
          callback methods <literal>@PrePassivate</literal> and <literal>@PostActivate</literal>.



More information about the weld-commits mailing list