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

Manik Surtani msurtani at jboss.com
Tue Jan 2 08:30:29 EST 2007


  User: msurtani
  Date: 07/01/02 08:30:29

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  - updated tests, javadocs
  
  Revision  Changes    Path
  1.7       +2 -4      JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- CacheImpl.java	2 Jan 2007 13:13:20 -0000	1.6
  +++ CacheImpl.java	2 Jan 2007 13:30:29 -0000	1.7
  @@ -98,7 +98,7 @@
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    * @author Brian Stansberry
    * @author Daniel Huang (dhuang at jboss.org)
  - * @version $Id: CacheImpl.java,v 1.6 2007/01/02 13:13:20 msurtani Exp $
  + * @version $Id: CacheImpl.java,v 1.7 2007/01/02 13:30:29 msurtani Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -1741,9 +1741,7 @@
      }
   
      /**
  -    * Returns all children of a given node.
  -    * Returns null of the parent node was not found, or if there are no
  -    * children.
  +    * Returns all children of a given node.  Returns an empty set if there are no children.
       * The set is unmodifiable.
       *
       * @param fqn The fully qualified name of the node
  
  
  



More information about the jboss-cvs-commits mailing list