This commit is contained in:
haibinxiao 2020-12-06 21:29:21 +08:00
parent 2cbe4af68a
commit f7c640934d
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package cn.hutool.dfa;
/**
* @author 肖海斌
* @Date 2020-12-05
* <p>
* 匹配到的敏感词包含敏感词text中匹配敏感词的内容以及匹配内容在text中的下标
* 下标可以用来做敏感词的进一步处理如果替换成**

View File

@ -2,7 +2,6 @@ package cn.hutool.dfa;
/**
* @author 肖海斌
* @Date 2020-12-05
* 敏感词过滤处理器默认按字符数替换成*
*/
public interface SensitiveProcessor {