mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
chore(security/mask): 修复部分注释错误
This commit is contained in:
@@ -56,7 +56,7 @@ public @interface JsonMask {
|
||||
/**
|
||||
* 左侧保留位数
|
||||
* <p>
|
||||
* 仅在脱敏类型为 {@code DesensitizedType.CUSTOM } 时使用
|
||||
* 仅在脱敏类型为 {@code MaskType.CUSTOM } 时使用
|
||||
* </p>
|
||||
*/
|
||||
int left() default 0;
|
||||
@@ -64,7 +64,7 @@ public @interface JsonMask {
|
||||
/**
|
||||
* 右侧保留位数
|
||||
* <p>
|
||||
* 仅在脱敏类型为 {@code DesensitizedType.CUSTOM } 时使用
|
||||
* 仅在脱敏类型为 {@code MaskType.CUSTOM } 时使用
|
||||
* </p>
|
||||
*/
|
||||
int right() default 0;
|
||||
|
Reference in New Issue
Block a user