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

Elias Ross genman at noderunner.net
Thu Jan 18 21:04:32 EST 2007


  User: genman  
  Date: 07/01/18 21:04:32

  Modified:    src/org/jboss/cache/util   Util.java setCache.java
  Log:
  JBCACHE-939 - Clean up JavaDoc, first pass
  
  Revision  Changes    Path
  1.3       +3 -3      JBossCache/src/org/jboss/cache/util/Util.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Util.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/util/Util.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Util.java	3 Jan 2007 17:50:31 -0000	1.2
  +++ Util.java	19 Jan 2007 02:04:32 -0000	1.3
  @@ -28,7 +28,7 @@
    * General utility methods used throughout the JBC code base.
    *
    * @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public final class Util
   {
  @@ -61,8 +61,8 @@
   
      /**
       * Calculates the diffs between data maps passed in to {@link org.jboss.cache.CacheListener#nodeModified(org.jboss.cache.Fqn,boolean,boolean,java.util.Map)}
  -    * before and after modification.  This only makes sense if the modification type is {@link org.jboss.cache.CacheListener.ModificationType#PUT_MAP}.  See the javadoc on
  -    * {@link org.jboss.cache.CacheListener#nodeModified(org.jboss.cache.Fqn,boolean,boolean,java.util.Map)} for more details.
  +    * before and after modification.  This only makes sense if the modification type is {@link org.jboss.cache.CacheListener.ModificationType#PUT_MAP}.
  +    * Refer to {@link org.jboss.cache.CacheListener#nodeModified(org.jboss.cache.Fqn, boolean, boolean, org.jboss.cache.CacheListener.ModificationType, Map).
       *
       * @param pre  map of data before the node was modified
       * @param post Map of data after the node was modified
  
  
  
  1.3       +1 -1      JBossCache/src/org/jboss/cache/util/setCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: setCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/util/setCache.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- setCache.java	30 Dec 2006 17:50:07 -0000	1.2
  +++ setCache.java	19 Jan 2007 02:04:32 -0000	1.3
  @@ -34,7 +34,7 @@
    *
    * @version $Id$
    * @see org.jboss.cache.TreeCacheView2
  - * @see http://www.beanshell.org/
  + * Refer to {@link http://www.beanshell.org/} for information.
    */
   public class setCache
   {
  
  
  



More information about the jboss-cvs-commits mailing list