[jboss-cvs] JBossAS SVN: r105521 - projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 1 19:30:32 EDT 2010


Author: misty at redhat.com
Date: 2010-06-01 19:30:31 -0400 (Tue, 01 Jun 2010)
New Revision: 105521

Modified:
   projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Components.xml
Log:
JBPAPP-4387

Modified: projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Components.xml
===================================================================
--- projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Components.xml	2010-06-01 23:30:18 UTC (rev 105520)
+++ projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Components.xml	2010-06-01 23:30:31 UTC (rev 105521)
@@ -16,8 +16,7 @@
 			The first set of built-in components support the injection of various contextual objects. For example, the following component instance variable would have the Seam session context object injected:
 		</para>
 		 
-<programlisting language="Java" role="JAVA"><![CDATA[@In private Context sessionContext;
-]]></programlisting>
+<programlisting language="Java" role="JAVA">@In private Context sessionContext;</programlisting>
 		 <variablelist>
 			<varlistentry>
 				<term><literal>org.jboss.seam.core.contexts</literal></term>




More information about the jboss-cvs-commits mailing list