[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Thu May 3 05:22:37 EDT 2007


  User: pmuir   
  Date: 07/05/03 05:22:37

  Modified:    doc/reference/en/modules  concepts.xml
  Log:
  typo
  
  Revision  Changes    Path
  1.57      +1 -1      jboss-seam/doc/reference/en/modules/concepts.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: concepts.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/concepts.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -b -r1.56 -r1.57
  --- concepts.xml	5 Apr 2007 08:54:14 -0000	1.56
  +++ concepts.xml	3 May 2007 09:22:37 -0000	1.57
  @@ -563,7 +563,7 @@
               <programlisting><![CDATA[@Name("user")
   @Entity
   @Scope(CONVERSATION)
  - at Roles({@Role(name="currentUser", scope=SESSION)
  + at Roles({@Role(name="currentUser", scope=SESSION),
           @Role(name="tempUser", scope=EVENT)})
   public class User { 
       ... 
  
  
  



More information about the jboss-cvs-commits mailing list