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

Gavin King gavin.king at jboss.com
Mon Jun 25 18:56:47 EDT 2007


  User: gavin   
  Date: 07/06/25 18:56:47

  Modified:    src/main/org/jboss/seam/annotations  
                        ApplicationException.java End.java
  Log:
  exception(s)
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/annotations/ApplicationException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ApplicationException.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/ApplicationException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ApplicationException.java	18 Jun 2007 04:54:10 -0000	1.1
  +++ ApplicationException.java	25 Jun 2007 22:56:47 -0000	1.2
  @@ -9,7 +9,7 @@
   import java.lang.annotation.Target;
   
   /**
  - * Synonym for javax.interceptors.ApplicationException, 
  + * Synonym for javax.ejb.ApplicationException, 
    * for use in a pre Java EE 5 environment.
    * 
    * @author Gavin King
  
  
  
  1.7       +3 -2      jboss-seam/src/main/org/jboss/seam/annotations/End.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: End.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/End.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- End.java	18 Jun 2007 04:54:10 -0000	1.6
  +++ End.java	25 Jun 2007 22:56:47 -0000	1.7
  @@ -1,4 +1,4 @@
  -//$Id: End.java,v 1.6 2007/06/18 04:54:10 gavin Exp $
  +//$Id: End.java,v 1.7 2007/06/25 22:56:47 gavin Exp $
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.METHOD;
  @@ -22,7 +22,8 @@
   @Target(METHOD)
   @Retention(RUNTIME)
   @Documented
  -public @interface End {
  +public @interface End 
  +{
   	/**
   	 * An empty outcome list is interpreted to mean any 
   	 * outcome except for the null (redisplay) outcome.
  
  
  



More information about the jboss-cvs-commits mailing list