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

Gavin King gavin.king at jboss.com
Wed Jun 20 18:01:24 EDT 2007


  User: gavin   
  Date: 07/06/20 18:01:24

  Modified:    src/main/org/jboss/seam/annotations  Outcome.java
  Log:
  minor
  
  Revision  Changes    Path
  1.5       +3 -1      jboss-seam/src/main/org/jboss/seam/annotations/Outcome.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Outcome.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Outcome.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Outcome.java	10 Oct 2006 04:48:21 -0000	1.4
  +++ Outcome.java	20 Jun 2007 22:01:24 -0000	1.5
  @@ -1,4 +1,4 @@
  -//$Id: Outcome.java,v 1.4 2006/10/10 04:48:21 gavin Exp $
  +//$Id: Outcome.java,v 1.5 2007/06/20 22:01:24 gavin Exp $
   package org.jboss.seam.annotations;
   
   public class Outcome
  @@ -7,6 +7,8 @@
       * Annotations may not specify a null String. This
       * value lets us specify a null outcome in an
       * annotation such as @IfInvalid
  +    * 
  +    * @deprecated
       */
      public static final String REDISPLAY = "org.jboss.seam.outcome.null";
   }
  
  
  



More information about the jboss-cvs-commits mailing list