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

Gavin King gavin.king at jboss.com
Sun Oct 15 18:43:01 EDT 2006


  User: gavin   
  Date: 06/10/15 18:43:01

  Modified:    src/main/org/jboss/seam/annotations  Synchronized.java
  Log:
  auto-synchronize session scoped components
  
  Revision  Changes    Path
  1.3       +3 -1      jboss-seam/src/main/org/jboss/seam/annotations/Synchronized.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Synchronized.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Synchronized.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Synchronized.java	13 Oct 2006 01:27:31 -0000	1.2
  +++ Synchronized.java	15 Oct 2006 22:43:01 -0000	1.3
  @@ -10,7 +10,9 @@
   /**
    * Specifies that a stateful component has
    * multiple concurrent clients, and so access 
  - * to the component must be synchronized.
  + * to the component must be synchronized. This
  + * annotation is not required session scoped 
  + * components, which are synchronized by default.
    * 
    * @author Gavin King
    *
  
  
  



More information about the jboss-cvs-commits mailing list