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

Gavin King gavin.king at jboss.com
Mon Jun 25 13:51:16 EDT 2007


  User: gavin   
  Date: 07/06/25 13:51:16

  Modified:    src/main/org/jboss/seam/annotations  Outcome.java
  Log:
  minor
  
  Revision  Changes    Path
  1.7       +2 -2      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Outcome.java	22 Jun 2007 09:18:39 -0000	1.6
  +++ Outcome.java	25 Jun 2007 17:51:16 -0000	1.7
  @@ -1,4 +1,4 @@
  -//$Id: Outcome.java,v 1.6 2007/06/22 09:18:39 gavin Exp $
  +//$Id: Outcome.java,v 1.7 2007/06/25 17:51:16 gavin Exp $
   package org.jboss.seam.annotations;
   
   @Deprecated
  @@ -7,7 +7,7 @@
      /**
       * Annotations may not specify a null String. This
       * value lets us specify a null outcome in an
  -    * annotation such as @IfInvalid
  +    * annotation such as @Begin(ifOutcome=...).
       * 
       * @deprecated
       */
  
  
  



More information about the jboss-cvs-commits mailing list