[jboss-cvs] jboss-seam/examples/contactlist/src/org/jboss/seam/example/crud ...

Gavin King gavin.king at jboss.com
Thu Oct 5 20:23:41 EDT 2006


  User: gavin   
  Date: 06/10/05 20:23:41

  Modified:    examples/contactlist/src/org/jboss/seam/example/crud 
                        Comment.java
  Log:
  improved UI by stealing from grails
  
  Revision  Changes    Path
  1.3       +5 -0      jboss-seam/examples/contactlist/src/org/jboss/seam/example/crud/Comment.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Comment.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/src/org/jboss/seam/example/crud/Comment.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Comment.java	5 Oct 2006 21:21:50 -0000	1.2
  +++ Comment.java	6 Oct 2006 00:23:40 -0000	1.3
  @@ -56,4 +56,9 @@
         return created;
      }  
   
  +   public void setCreated(Date created)
  +   {
  +      this.created = created;
  +   }  
  +
   }
  
  
  



More information about the jboss-cvs-commits mailing list