Skip to content

Commit 1375ca6

Browse files
committed
1 parent 4619eff commit 1375ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/wltea/analyzer/dic/Dictionary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class Dictionary {
8080
*/
8181
private Configuration configuration;
8282

83-
private static final Logger logger = ESPluginLoggerFactory.getLogger(Monitor.class.getName());
83+
private static final Logger logger = ESPluginLoggerFactory.getLogger(Dictionary.class.getName());
8484

8585
private static ScheduledExecutorService pool = Executors.newScheduledThreadPool(1);
8686

0 commit comments

Comments
 (0)