Fix logger classname

Closes gh-5254
This commit is contained in:
Ken Dombeck 2016-02-25 22:09:17 -06:00 committed by Stephane Nicoll
parent 2e08502c4d
commit 9f93559d44
1 changed files with 1 additions and 2 deletions

View File

@ -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;