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

Gavin King gavin.king at jboss.com
Wed Jun 20 16:42:21 EDT 2007


  User: gavin   
  Date: 07/06/20 16:42:21

  Modified:    src/main/org/jboss/seam/annotations/intercept 
                        BypassInterceptors.java
  Log:
  oops
  
  Revision  Changes    Path
  1.2       +3 -2      jboss-seam/src/main/org/jboss/seam/annotations/intercept/BypassInterceptors.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BypassInterceptors.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/intercept/BypassInterceptors.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- BypassInterceptors.java	20 Jun 2007 17:45:54 -0000	1.1
  +++ BypassInterceptors.java	20 Jun 2007 20:42:21 -0000	1.2
  @@ -1,4 +1,4 @@
  -//$Id: BypassInterceptors.java,v 1.1 2007/06/20 17:45:54 gavin Exp $
  +//$Id: BypassInterceptors.java,v 1.2 2007/06/20 20:42:21 gavin Exp $
   package org.jboss.seam.annotations.intercept;
   
   import static java.lang.annotation.ElementType.METHOD;
  @@ -10,7 +10,8 @@
   import java.lang.annotation.Target;
   
   /**
  - * Specifies the interception type of a Seam component.
  + * Disables interception of calls to a Seam component
  + * or Seam component method.
    * 
    * @author Gavin King
    */
  
  
  



More information about the jboss-cvs-commits mailing list