[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/impl ...

Ben Wang bwang at jboss.com
Thu Sep 7 12:42:18 EDT 2006


  User: bwang   
  Date: 06/09/07 12:42:18

  Modified:    src-50/org/jboss/cache/pojo/impl  PojoCacheDelegate.java
  Log:
  Bug fix
  
  Revision  Changes    Path
  1.14      +2 -0      JBossCache/src-50/org/jboss/cache/pojo/impl/PojoCacheDelegate.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheDelegate.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/impl/PojoCacheDelegate.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- PojoCacheDelegate.java	5 Sep 2006 06:11:25 -0000	1.13
  +++ PojoCacheDelegate.java	7 Sep 2006 16:42:18 -0000	1.14
  @@ -559,6 +559,8 @@
         Node root = cache_.getRoot();
         Node current = root.getChild(fqn);
   
  +      if(current == null) return;
  +
         Collection<Node> col = current.getChildren();
         if(col == null) return;
         for(Node n : col)
  
  
  



More information about the jboss-cvs-commits mailing list