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

Gavin King gavin.king at jboss.com
Tue Oct 31 20:52:09 EST 2006


  User: gavin   
  Date: 06/10/31 20:52:09

  Modified:    src/main/org/jboss/seam/annotations  Asynchronous.java
  Log:
  insulate core from EJB dependencies JBSEAM-414
  
  Revision  Changes    Path
  1.4       +0 -2      jboss-seam/src/main/org/jboss/seam/annotations/Asynchronous.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Asynchronous.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Asynchronous.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Asynchronous.java	22 Oct 2006 22:37:01 -0000	1.3
  +++ Asynchronous.java	1 Nov 2006 01:52:09 -0000	1.4
  @@ -4,7 +4,6 @@
   import static java.lang.annotation.RetentionPolicy.RUNTIME;
   
   import java.lang.annotation.Documented;
  -import java.lang.annotation.Inherited;
   import java.lang.annotation.Retention;
   import java.lang.annotation.Target;
   
  @@ -33,5 +32,4 @@
   @Target(METHOD)
   @Retention(RUNTIME)
   @Documented
  - at Inherited
   public @interface Asynchronous {}
  
  
  



More information about the jboss-cvs-commits mailing list