[jboss-cvs] jboss-seam/examples/hibernate2/src/org/jboss/seam/example/hibernate ...

Michael Yuan michael.yuan at jboss.com
Fri Dec 1 18:57:23 EST 2006


  User: myuan   
  Date: 06/12/01 18:57:23

  Modified:    examples/hibernate2/src/org/jboss/seam/example/hibernate 
                        Booking.java
  Log:
  make WL and GF both work ...
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/examples/hibernate2/src/org/jboss/seam/example/hibernate/Booking.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Booking.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/src/org/jboss/seam/example/hibernate/Booking.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Booking.java	30 Nov 2006 21:03:45 -0000	1.2
  +++ Booking.java	1 Dec 2006 23:57:23 -0000	1.3
  @@ -1,4 +1,4 @@
  -//$Id: Booking.java,v 1.2 2006/11/30 21:03:45 myuan Exp $
  +//$Id: Booking.java,v 1.3 2006/12/01 23:57:23 myuan Exp $
   package org.jboss.seam.example.hibernate;
   
   import java.io.Serializable;
  @@ -44,7 +44,7 @@
         this.user = user;
      }
   
  -   @Id @GeneratedValue(strategy=GenerationType.IDENTITY)
  +   @Id @GeneratedValue
      public Long getId()
      {
         return id;
  
  
  



More information about the jboss-cvs-commits mailing list