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

Gavin King gavin.king at jboss.com
Wed May 30 16:15:59 EDT 2007


  User: gavin   
  Date: 07/05/30 16:15:59

  Modified:    src/main/org/jboss/seam/contexts  PassivatedEntity.java
  Log:
  refactor
  
  Revision  Changes    Path
  1.7       +1 -1      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- PassivatedEntity.java	30 May 2007 18:53:46 -0000	1.6
  +++ PassivatedEntity.java	30 May 2007 20:15:59 -0000	1.7
  @@ -11,8 +11,8 @@
   import org.jboss.seam.Component;
   import org.jboss.seam.Seam;
   import org.jboss.seam.core.PersistenceContexts;
  -import org.jboss.seam.core.Transaction;
   import org.jboss.seam.persistence.PersistenceProvider;
  +import org.jboss.seam.transaction.Transaction;
   
   public class PassivatedEntity implements Serializable
   {
  
  
  



More information about the jboss-cvs-commits mailing list