H2CacheFactory: Make logger private

Change-Id: I632aa3d116cf362962f31e3692fcea65dafae2c7
This commit is contained in:
David Pursehouse 2016-05-07 21:25:36 +09:00
parent 4322b8ed16
commit 65dba820d4

View File

@ -49,7 +49,8 @@ import java.util.concurrent.TimeUnit;
@Singleton
class H2CacheFactory implements PersistentCacheFactory, LifecycleListener {
static final Logger log = LoggerFactory.getLogger(H2CacheFactory.class);
private static final Logger log =
LoggerFactory.getLogger(H2CacheFactory.class);
private final DefaultCacheFactory defaultFactory;
private final Config config;