Commit 9f93559d authored by Ken Dombeck's avatar Ken Dombeck Committed by Stephane Nicoll

Fix logger classname

Closes gh-5254
parent 2e08502c
......@@ -27,8 +27,7 @@ import org.springframework.stereotype.Component;
@Component
public class CacheManagerCheck implements CommandLineRunner {
private static final Logger logger = LoggerFactory
.getLogger(SampleCacheApplication.class);
private static final Logger logger = LoggerFactory.getLogger(CacheManagerCheck.class);
private final CacheManager cacheManager;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment