[jboss-cvs] JBossCache/src/org/jboss/cache/util ...
Manik Surtani
manik at jboss.org
Tue Apr 17 03:47:54 EDT 2007
User: msurtani
Date: 07/04/17 03:47:54
Modified: src/org/jboss/cache/util Util.java
Log:
Cleaned up javadocs
Revision Changes Path
1.4 +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.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Util.java 19 Jan 2007 02:04:32 -0000 1.3
+++ Util.java 17 Apr 2007 07:47:54 -0000 1.4
@@ -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.3 $
+ * @version $Revision: 1.4 $
*/
public final class Util
{
@@ -60,9 +60,9 @@
}
/**
- * Calculates the diffs between data maps passed in to {@link org.jboss.cache.CacheListener#nodeModified(org.jboss.cache.Fqn,boolean,boolean,java.util.Map)}
+ * Calculates the diffs between data maps passed in to {@link org.jboss.cache.CacheListener#nodeModified(org.jboss.cache.Fqn,boolean,boolean,org.jboss.cache.CacheListener.ModificationType,java.util.Map)}
* 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).
+ * 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
More information about the jboss-cvs-commits
mailing list