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

Gavin King gavin.king at jboss.com
Thu Oct 5 17:21:50 EDT 2006


  User: gavin   
  Date: 06/10/05 17:21:50

  Modified:    examples/contactlist/src/org/jboss/seam/example/crud 
                        Comment.java
  Log:
  demo currentDatetime
  
  Revision  Changes    Path
  1.2       +1 -1      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Comment.java	5 Oct 2006 20:42:14 -0000	1.1
  +++ Comment.java	5 Oct 2006 21:21:50 -0000	1.2
  @@ -23,7 +23,7 @@
      private String text;
      
      @NotNull
  -   private Date created = new Date();
  +   private Date created;
   
      public Contact getContact()
      {
  
  
  



More information about the jboss-cvs-commits mailing list