[jboss-cvs] JBossAS SVN: r105607 - 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
Wed Jun 2 19:30:06 EDT 2010


Author: misty at redhat.com
Date: 2010-06-02 19:30:05 -0400 (Wed, 02 Jun 2010)
New Revision: 105607

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

Modified: projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Performance.xml
===================================================================
--- projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Performance.xml	2010-06-02 23:29:16 UTC (rev 105606)
+++ projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Performance.xml	2010-06-02 23:30:05 UTC (rev 105607)
@@ -21,7 +21,7 @@
 			The following code listing demonstrates a Seam component with its interceptors disabled:
 		</para>
 		 
-<programlisting><![CDATA[
+<programlisting language="Java" role="JAVA">
 @Name("foo")
 @Scope(EVENT)
 @BypassInterceptors
@@ -38,7 +38,7 @@
     // some code here that does something     
     return actions;
   }
-}]]>
+}
 </programlisting>
 	</section>
 	




More information about the jboss-cvs-commits mailing list