chore(security/mask): 修复部分注释错误

This commit is contained in:
2025-07-08 22:15:16 +08:00
parent 3dad27df3f
commit 34deff959a

View File

@@ -56,7 +56,7 @@ public @interface JsonMask {
/** /**
* 左侧保留位数 * 左侧保留位数
* <p> * <p>
* 仅在脱敏类型为 {@code DesensitizedType.CUSTOM } 时使用 * 仅在脱敏类型为 {@code MaskType.CUSTOM } 时使用
* </p> * </p>
*/ */
int left() default 0; int left() default 0;
@@ -64,7 +64,7 @@ public @interface JsonMask {
/** /**
* 右侧保留位数 * 右侧保留位数
* <p> * <p>
* 仅在脱敏类型为 {@code DesensitizedType.CUSTOM } 时使用 * 仅在脱敏类型为 {@code MaskType.CUSTOM } 时使用
* </p> * </p>
*/ */
int right() default 0; int right() default 0;