[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Thu Oct 19 16:03:22 EDT 2006


  User: gavin   
  Date: 06/10/19 16:03:22

  Modified:    doc/reference/en/modules  framework.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/doc/reference/en/modules/framework.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: framework.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/framework.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- framework.xml	17 Oct 2006 21:12:44 -0000	1.2
  +++ framework.xml	19 Oct 2006 20:03:22 -0000	1.3
  @@ -107,7 +107,7 @@
           
           <programlisting><![CDATA[@Entity
   public class Person {
  -    private Long id;
  +    @Id private Long id;
       private String firstName;
       private String lastName;
       private Country nationality;
  
  
  



More information about the jboss-cvs-commits mailing list