This commit is contained in:
houbb
2021-12-11 23:37:48 +08:00
parent 7ca843ee4f
commit e156e73348
2 changed files with 3 additions and 0 deletions

View File

@@ -347,6 +347,8 @@ public class SensitiveWordBs {
* 2. 如果不存在,返回空列表
*
* @param target 目标字符串
* @param <R> 泛型
* @param handler 处理类
* @return 敏感词列表
* @since 0.0.1
*/

View File

@@ -103,6 +103,7 @@ public final class SensitiveWordHelper {
*
* @param target 目标字符串
* @param handler 结果处理类
* @param <R> 泛型
* @return 敏感词
* @since 0.1.0
*/