Skip to content

Commit

Permalink
!401 信息脱敏注释错误
Browse files Browse the repository at this point in the history
Merge pull request !401 from qiuxuquan/v5-dev
  • Loading branch information
looly authored and gitee-org committed Aug 26, 2021
2 parents b88de14 + bfb626b commit cbb315f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public static String email(String email) {
* 【密码】密码的全部字符都用*代替,比如:******
*
* @param password 密码
* @return 脱敏后的邮箱
* @return 脱敏后的密码
*/
public static String password(String password) {
if (StrUtil.isBlank(password)) {
Expand Down

0 comments on commit cbb315f

Please sign in to comment.