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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Feb 18 17:24:22 EST 2009


Author: shane.bryzak at jboss.com
Date: 2009-02-18 17:24:22 -0500 (Wed, 18 Feb 2009)
New Revision: 1579

Modified:
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
oops, make well-formed

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-02-18 22:06:50 UTC (rev 1578)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-02-18 22:24:22 UTC (rev 1579)
@@ -408,7 +408,7 @@
   
   </section>
   
-  <section 2.7.1" title="Defining new stereotypes">
+  <section id="2.7.1" title="Defining new stereotypes">
     <assertion id="a">
       <text>A beans stereotype is a Java annotation defined as @Target({TYPE, METHOD, FIELD}), @Target(TYPE), @Target(METHOD), @Target(FIELD) or @Target({METHOD, FIELD}) and @Retention(RUNTIME)</text>
     </assertion>




More information about the weld-commits mailing list