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

Gavin King gavin.king at jboss.com
Mon Jun 25 19:59:30 EDT 2007


  User: gavin   
  Date: 07/06/25 19:59:30

  Modified:    src/main/org/jboss/seam/contexts  PassivatedEntity.java
  Log:
  move builtin interceptors to the packages they relate to
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- PassivatedEntity.java	21 Jun 2007 21:45:30 -0000	1.17
  +++ PassivatedEntity.java	25 Jun 2007 23:59:30 -0000	1.18
  @@ -17,7 +17,7 @@
    * id and persistence context name.
    * 
    * @see EntityBean
  - * @see org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor
  + * @see org.jboss.seam.persistence.ManagedEntityIdentityInterceptor
    * 
    * @author Gavin King
    *
  
  
  



More information about the jboss-cvs-commits mailing list