[jboss-cvs] JBossCache/src/org/jboss/cache ...

Manik Surtani manik at jboss.org
Sat Jun 30 18:38:40 EDT 2007


  User: msurtani
  Date: 07/06/30 18:38:40

  Modified:    src/org/jboss/cache  UnversionedNode.java
  Log:
  Fixed NPE
  
  Revision  Changes    Path
  1.32      +2 -2      JBossCache/src/org/jboss/cache/UnversionedNode.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UnversionedNode.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/UnversionedNode.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- UnversionedNode.java	29 Jun 2007 17:40:49 -0000	1.31
  +++ UnversionedNode.java	30 Jun 2007 22:38:40 -0000	1.32
  @@ -354,7 +354,7 @@
         {
            synchronized (this)
            {
  -            children.put(child.getFqn().getLastElement(), child);
  +            children().put(child.getFqn().getLastElement(), child);
            }
         }
         else
  
  
  



More information about the jboss-cvs-commits mailing list