Skip to content

Commit

Permalink
fix #789
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Jun 10, 2020
1 parent 4619eff commit 1375ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/wltea/analyzer/dic/Dictionary.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class Dictionary {
*/
private Configuration configuration;

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

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

Expand Down

0 comments on commit 1375ca6

Please sign in to comment.