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

Gavin King gavin.king at jboss.com
Mon Jun 25 19:13:52 EDT 2007


  User: gavin   
  Date: 07/06/25 19:13:52

  Modified:    examples/spring/src/org/jboss/seam/example/spring 
                        UserService.java
  Log:
  renamed packages
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/spring/src/org/jboss/seam/example/spring/UserService.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UserService.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/src/org/jboss/seam/example/spring/UserService.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- UserService.java	14 Jun 2007 23:08:04 -0000	1.6
  +++ UserService.java	25 Jun 2007 23:13:52 -0000	1.7
  @@ -4,7 +4,7 @@
   import javax.persistence.PersistenceContext;
   import javax.persistence.PersistenceException;
   
  -import org.jboss.seam.annotations.Asynchronous;
  +import org.jboss.seam.annotations.async.Asynchronous;
   import org.springframework.aop.framework.AopContext;
   import org.springframework.aop.support.AopUtils;
   import org.springframework.transaction.annotation.Transactional;
  
  
  



More information about the jboss-cvs-commits mailing list