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

Shane Bryzak sbryzak at redhat.com
Mon Dec 3 01:26:39 EST 2007


  User: sbryzak2
  Date: 07/12/03 01:26:39

  Modified:    src/main/org/jboss/seam/annotations  Begin.java
  Log:
  removed conversation attribute
  
  Revision  Changes    Path
  1.14      +2 -5      jboss-seam/src/main/org/jboss/seam/annotations/Begin.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Begin.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Begin.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- Begin.java	13 Sep 2007 06:46:31 -0000	1.13
  +++ Begin.java	3 Dec 2007 06:26:39 -0000	1.14
  @@ -1,4 +1,4 @@
  -//$Id: Begin.java,v 1.13 2007/09/13 06:46:31 sbryzak2 Exp $
  +//$Id: Begin.java,v 1.14 2007/12/03 06:26:39 sbryzak2 Exp $
   package org.jboss.seam.annotations;
   import static java.lang.annotation.ElementType.METHOD;
   import static java.lang.annotation.RetentionPolicy.RUNTIME;
  @@ -58,8 +58,5 @@
       * this conversation.
       */
      FlushModeType flushMode() default FlushModeType.AUTO;
  -   /**
  -    * The name of the (natural) conversation to join 
  -    */
  -   String conversation() default "";
  +
   }
  
  
  



More information about the jboss-cvs-commits mailing list