Author: mircea.markus
Date: 2008-01-16 05:58:53 -0500 (Wed, 16 Jan 2008)
New Revision: 5146
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.1.0/src/org/cachebench/cachewrappers/JBossCache210Wrapper.java
Log:
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.1.0/src/org/cachebench/cachewrappers/JBossCache210Wrapper.java
===================================================================
---
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.1.0/src/org/cachebench/cachewrappers/JBossCache210Wrapper.java 2008-01-16
10:56:33 UTC (rev 5145)
+++
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.1.0/src/org/cachebench/cachewrappers/JBossCache210Wrapper.java 2008-01-16
10:58:53 UTC (rev 5146)
@@ -19,7 +19,7 @@
public class JBossCache210Wrapper implements CacheWrapper
{
private Cache cache;
- private Log log = LogFactory.getLog(JBossCache210Cr2Wrapper.class);
+ private Log log = LogFactory.getLog(JBossCache210Wrapper.class);
public void init(Map parameters) throws Exception
{
Show replies by date