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

Gavin King gavin.king at jboss.com
Mon Jun 18 18:51:45 EDT 2007


  User: gavin   
  Date: 07/06/18 18:51:45

  Modified:    src/main/org/jboss/seam/annotations  Transition.java
  Log:
  minor
  
  Revision  Changes    Path
  1.5       +7 -7      jboss-seam/src/main/org/jboss/seam/annotations/Transition.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Transition.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Transition.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Transition.java	1 Oct 2006 16:56:54 -0000	1.4
  +++ Transition.java	18 Jun 2007 22:51:45 -0000	1.5
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.METHOD;
  @@ -16,6 +16,8 @@
   /**
    * Marks a method as causing a jBPM transition after 
    * the method returns a non-null result without exception.
  + * 
  + * @author Gavin King
    */
   @Target(METHOD)
   @Retention(RUNTIME)
  @@ -30,6 +32,4 @@
       */
      String value() default "";
      
  -   //TODO: String[] ifOutcome() default {};
  -   
   }
  
  
  



More information about the jboss-cvs-commits mailing list