Skip to content

Commit

Permalink
Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Aug 26, 2021
2 parents d0aff3e + cbb315f commit 5488526
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 5488526

Please sign in to comment.