[jboss-cvs] JBossCache/src/org/jboss/cache ...
Manik Surtani
msurtani at belmont.prod.atl2.jboss.com
Wed Aug 30 15:31:23 EDT 2006
User: msurtani
Date: 06/08/30 15:31:23
Modified: src/org/jboss/cache RegionImpl.java
Log:
added default eviction policy config
Revision Changes Path
1.3 +72 -72 JBossCache/src/org/jboss/cache/RegionImpl.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: RegionImpl.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/RegionImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- RegionImpl.java 24 Aug 2006 14:57:52 -0000 1.2
+++ RegionImpl.java 30 Aug 2006 19:31:23 -0000 1.3
@@ -17,12 +17,12 @@
*/
public class RegionImpl implements Region
{
-
TreeCache treeCache;
Fqn fqn;
/**
* Creates a Region from an fqn and registers the region in the region registry.
+ *
* @param c
* @param fqn
*/
More information about the jboss-cvs-commits
mailing list