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

Gavin King gavin.king at jboss.com
Mon May 21 13:45:04 EDT 2007


  User: gavin   
  Date: 07/05/21 13:45:04

  Modified:    src/main/org/jboss/seam/annotations  RaiseEvent.java
  Log:
  JBSEAM-1117, let @RaiseEvent raise multiple event types
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/main/org/jboss/seam/annotations/RaiseEvent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RaiseEvent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/RaiseEvent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- RaiseEvent.java	16 Feb 2007 16:49:03 -0000	1.2
  +++ RaiseEvent.java	21 May 2007 17:45:04 -0000	1.3
  @@ -29,7 +29,7 @@
       * 
       * @return the event name
       */
  -   String value() default "";
  +   String[] value() default {};
      
      //TODO: String[] ifOutcome() default {};
      
  
  
  



More information about the jboss-cvs-commits mailing list