!401 信息脱敏注释错误

Merge pull request !401 from qiuxuquan/v5-dev
This commit is contained in:
Looly 2021-08-26 09:15:12 +00:00 committed by Gitee
commit cbb315f0ba

View File

@ -219,7 +219,7 @@ public class DesensitizedUtil {
* 密码密码的全部字符都用*代替比如******
*
* @param password 密码
* @return 脱敏后的邮箱
* @return 脱敏后的密码
*/
public static String password(String password) {
if (StrUtil.isBlank(password)) {