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

Gavin King gavin.king at jboss.com
Tue Feb 27 11:04:19 EST 2007


  User: gavin   
  Date: 07/02/27 11:04:19

  Modified:    doc/reference/en/modules  cache.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +1 -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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- cache.xml	27 Feb 2007 04:18:40 -0000	1.1
  +++ cache.xml	27 Feb 2007 16:04:19 -0000	1.2
  @@ -144,7 +144,7 @@
         try
         {
            Set<String> userList = (Set<String>) pojoCache.get("chatroom", "userList");
  -         if (users==null) 
  +         if (userList==null) 
            {
               userList = new HashSet<String>();
               pojoCache.put("chatroom", "users", username);
  
  
  



More information about the jboss-cvs-commits mailing list