refactor!: 重命名 BoolPropertyValidator
中的方法
#6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ZhouXY108/plusone-validator:refactor/rename-methods"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
将
BoolPropertyValidator
中的isTrue
重命名为isTrueValue
,避免与
BasePropertyValidator
中的isTrue
产生歧义;isFalse
也相应地重命名为isFalseValue
。BoolPropertyValidator
中的方法 6d021e5f8f