[jboss-cvs] jboss-seam/examples/dvdstore/src/com/jboss/dvd/seam ...

Norman Richards norman.richards at jboss.com
Thu Jan 4 18:02:16 EST 2007


  User: nrichards
  Date: 07/01/04 18:02:16

  Modified:    examples/dvdstore/src/com/jboss/dvd/seam  Product.java
  Log:
  fix data inconsistencies
  
  Revision  Changes    Path
  1.12      +1 -1      jboss-seam/examples/dvdstore/src/com/jboss/dvd/seam/Product.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Product.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/src/com/jboss/dvd/seam/Product.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- Product.java	17 Dec 2006 07:20:05 -0000	1.11
  +++ Product.java	4 Jan 2007 23:02:16 -0000	1.12
  @@ -88,7 +88,7 @@
           this.categories = categories;
       }
       
  -    @Column(name="TITLE",nullable=false,length=50)
  +    @Column(name="TITLE",nullable=false,length=100)
       public String getTitle() {
           return title;
       }
  
  
  



More information about the jboss-cvs-commits mailing list