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