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

Gavin King gavin.king at jboss.com
Sun Feb 4 12:03:33 EST 2007


  User: gavin   
  Date: 07/02/04 12:03:33

  Modified:    src/main/org/jboss/seam/annotations   HttpError.java
                        Redirect.java
  Log:
  removed exception rollback stuff
  
  Revision  Changes    Path
  1.6       +0 -7      jboss-seam/src/main/org/jboss/seam/annotations/HttpError.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HttpError.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/HttpError.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- HttpError.java	8 Nov 2006 21:30:13 -0000	1.5
  +++ HttpError.java	4 Feb 2007 17:03:33 -0000	1.6
  @@ -43,11 +43,4 @@
       * @return true if we should end the conversation
       */
      boolean end() default false;
  -   /**
  -    * Should the transaction be rolled back when this 
  -    * exception occurs.
  -    * 
  -    * @return true if we should end the conversation
  -    */
  -   boolean rollback() default false;
   }
  
  
  
  1.6       +0 -7      jboss-seam/src/main/org/jboss/seam/annotations/Redirect.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Redirect.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Redirect.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Redirect.java	8 Nov 2006 21:30:13 -0000	1.5
  +++ Redirect.java	4 Feb 2007 17:03:33 -0000	1.6
  @@ -41,11 +41,4 @@
       * @return true if we should end the conversation
       */
      boolean end() default false;
  -   /**
  -    * Should the transaction be rolled back when this 
  -    * exception occurs.
  -    * 
  -    * @return true if we should end the conversation
  -    */
  -   boolean rollback() default false;
   }
  
  
  



More information about the jboss-cvs-commits mailing list