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

Gavin King gavin.king at jboss.com
Tue Feb 27 11:31:02 EST 2007


  User: gavin   
  Date: 07/02/27 11:31:02

  Modified:    doc/reference/en/modules  cache.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.3       +2 -1      jboss-seam/doc/reference/en/modules/cache.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cache.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/cache.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- cache.xml	27 Feb 2007 16:04:19 -0000	1.2
  +++ cache.xml	27 Feb 2007 16:31:02 -0000	1.3
  @@ -147,8 +147,9 @@
            if (userList==null) 
            {
               userList = new HashSet<String>();
  -            pojoCache.put("chatroom", "users", username);
  +            pojoCache.put("chatroom", "userList", userList);
            }
  +         userList.put(username);
         }
         catch (CacheException ce)
         {
  
  
  



More information about the jboss-cvs-commits mailing list