[jbosscache-commits] JBoss Cache SVN: r6409 - benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/src/org/cachebench/cachewrappers.
jbosscache-commits at lists.jboss.org
jbosscache-commits at lists.jboss.org
Fri Jul 25 05:19:14 EDT 2008
Author: manik.surtani at jboss.com
Date: 2008-07-25 05:19:13 -0400 (Fri, 25 Jul 2008)
New Revision: 6409
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/src/org/cachebench/cachewrappers/Coherence331Wrapper.java
Log:
stuff
Modified: benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/src/org/cachebench/cachewrappers/Coherence331Wrapper.java
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/src/org/cachebench/cachewrappers/Coherence331Wrapper.java 2008-07-25 09:11:37 UTC (rev 6408)
+++ benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/src/org/cachebench/cachewrappers/Coherence331Wrapper.java 2008-07-25 09:19:13 UTC (rev 6409)
@@ -61,11 +61,7 @@
public void tearDown() throws Exception
{
- if (cache != null)
- {
- cache.release();
- cache.destroy();
- }
+ if (cache != null) cache.release();
}
public void put(List<String> path, Object key, Object value) throws Exception
More information about the jbosscache-commits
mailing list