[jboss-cvs] JBossCache/src/org/jboss/cache ...
Brian Stansberry
brian.stansberry at jboss.com
Thu Dec 21 00:34:03 EST 2006
User: bstansberry
Date: 06/12/21 00:34:03
Modified: src/org/jboss/cache TreeCache.java
Log:
Fix bizarre args to createDataNode
Revision Changes Path
1.299 +2 -2 JBossCache/src/org/jboss/cache/TreeCache.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: TreeCache.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/TreeCache.java,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -b -r1.298 -r1.299
--- TreeCache.java 20 Dec 2006 22:28:13 -0000 1.298
+++ TreeCache.java 21 Dec 2006 05:34:03 -0000 1.299
@@ -99,7 +99,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: TreeCache.java,v 1.298 2006/12/20 22:28:13 vblagojevic Exp $
+ * @version $Id: TreeCache.java,v 1.299 2006/12/21 05:34:03 bstansberry Exp $
* <p/>
* @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
*/
@@ -1053,7 +1053,7 @@
{
child = factory.createDataNode(type, name,
subtree.getFqnChild(i + 1),
- parent, lock_table, coordinator, null, this.rootSpi);
+ parent, null, true, null, this.rootSpi);
parent.addChild(name, child);
}
finally
More information about the jboss-cvs-commits
mailing list