mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
注释
This commit is contained in:
parent
2cbe4af68a
commit
f7c640934d
@ -2,7 +2,6 @@ package cn.hutool.dfa;
|
||||
|
||||
/**
|
||||
* @author 肖海斌
|
||||
* @Date 2020-12-05
|
||||
* <p>
|
||||
* 匹配到的敏感词,包含敏感词,text中匹配敏感词的内容,以及匹配内容在text中的下标,
|
||||
* 下标可以用来做敏感词的进一步处理,如果替换成**
|
||||
|
@ -2,7 +2,6 @@ package cn.hutool.dfa;
|
||||
|
||||
/**
|
||||
* @author 肖海斌
|
||||
* @Date 2020-12-05
|
||||
* 敏感词过滤处理器,默认按字符数替换成*
|
||||
*/
|
||||
public interface SensitiveProcessor {
|
||||
|
Loading…
Reference in New Issue
Block a user