[webbeans-commits] Webbeans SVN: r1786 - tck/trunk/impl/src/main/resources.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Mar 6 06:13:23 EST 2009


Author: shane.bryzak at jboss.com
Date: 2009-03-06 06:13:22 -0500 (Fri, 06 Mar 2009)
New Revision: 1786

Modified:
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
oops, fixed invalid xml

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-03-06 11:10:58 UTC (rev 1785)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-03-06 11:13:22 UTC (rev 1786)
@@ -5592,7 +5592,7 @@
   
   <section id="9.6" title="Producer method and field declarations">
     <assertion id="a">
-      <text>A producer method or field declaration is formed by adding a direct child <Produces> element to an element that represents the method or field, as defined in Section 3.4.3, "Declaring a producer method using XML" and Section 3.5.3, "Declaring a producer field using XML"</text>
+      <text>A producer method or field declaration is formed by adding a direct child &lt;Produces&gt; element to an element that represents the method or field, as defined in Section 3.4.3, "Declaring a producer method using XML" and Section 3.5.3, "Declaring a producer field using XML"</text>
     </assertion>
     
   </section>




More information about the weld-commits mailing list