Author: manik.surtani(a)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
Show replies by date