haibinxiao 5 years ago
parent
commit
f7c640934d

+ 0 - 1
hutool-dfa/src/main/java/cn/hutool/dfa/FoundWord.java

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

+ 0 - 1
hutool-dfa/src/main/java/cn/hutool/dfa/SensitiveProcessor.java

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