Fix class name that correspond to loggers
This commit is contained in:
parent
6c962aabad
commit
460c3f36d9
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ import com.fasterxml.jackson.databind.ObjectMapper;
|
|||
* @author Keiichi Watanabe
|
||||
*/
|
||||
public class GitBucketDataStoreImpl extends AbstractDataStoreImpl {
|
||||
private static final Logger logger = LoggerFactory.getLogger(CsvDataStoreImpl.class);
|
||||
private static final Logger logger = LoggerFactory.getLogger(GitBucketDataStoreImpl.class);
|
||||
|
||||
private static final int MAX_DEPTH = 20;
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ import org.slf4j.LoggerFactory;
|
|||
|
||||
public class SuggestCreator {
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(Crawler.class);
|
||||
private static final Logger logger = LoggerFactory.getLogger(SuggestCreator.class);
|
||||
|
||||
@Resource
|
||||
public FessEsClient fessEsClient;
|
||||
|
|
Loading…
Add table
Reference in a new issue