Skip to content

Commit

Permalink
修复 CustomDictionary.reload() fix #1635
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Mar 23, 2021
1 parent 4704cc1 commit 6b60684
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public boolean load(String... path)
else
{
logger.info("自定义词典加载成功:" + dat.size() + "个词条,耗时" + (System.currentTimeMillis() - start) + "ms");
this.path = path;
return true;
}
}
Expand Down

0 comments on commit 6b60684

Please # to comment.