[jbosscache-commits] JBoss Cache SVN: r4906 - cache-bench-fwk/trunk/cache-products/terracotta-2.5.0/src/org/cachebench/cachewrappers.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Dec 20 23:58:13 EST 2007


Author: mircea.markus
Date: 2007-12-20 23:58:13 -0500 (Thu, 20 Dec 2007)
New Revision: 4906

Modified:
   cache-bench-fwk/trunk/cache-products/terracotta-2.5.0/src/org/cachebench/cachewrappers/TerracottaWrapper.java
Log:
added the wrapper for terracotta 2.5.0

Modified: cache-bench-fwk/trunk/cache-products/terracotta-2.5.0/src/org/cachebench/cachewrappers/TerracottaWrapper.java
===================================================================
--- cache-bench-fwk/trunk/cache-products/terracotta-2.5.0/src/org/cachebench/cachewrappers/TerracottaWrapper.java	2007-12-21 04:53:46 UTC (rev 4905)
+++ cache-bench-fwk/trunk/cache-products/terracotta-2.5.0/src/org/cachebench/cachewrappers/TerracottaWrapper.java	2007-12-21 04:58:13 UTC (rev 4906)
@@ -16,7 +16,7 @@
 public class TerracottaWrapper implements CacheWrapper
 {
    // Since terracotta 
-   private Map cache = new HashMap();
+   private final Map cache = new HashMap();
 
    public void init(Properties parameters) throws Exception
    {




More information about the jbosscache-commits mailing list