[jboss-cvs] jboss-seam/src/main/org/jboss/seam/contexts ...

Gavin King gavin.king at jboss.com
Sat Jun 16 05:08:57 EDT 2007


  User: gavin   
  Date: 07/06/16 05:08:57

  Modified:    src/main/org/jboss/seam/contexts  PassivatedEntity.java
  Log:
  JBSEAM-943
  
  Revision  Changes    Path
  1.9       +6 -0      jboss-seam/src/main/org/jboss/seam/contexts/PassivatedEntity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PassivatedEntity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/PassivatedEntity.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- PassivatedEntity.java	13 Jun 2007 15:21:07 -0000	1.8
  +++ PassivatedEntity.java	16 Jun 2007 09:08:57 -0000	1.9
  @@ -141,4 +141,10 @@
         }
      }
      
  +   @Override
  +   public String toString()
  +   {
  +      return entityClass + "#" + id;
  +   }
  +   
   }
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list