!1187 修改ipv6脱敏注释错误

Merge pull request !1187 from 风澈/v5-dev
This commit is contained in:
Looly 2024-03-13 07:19:22 +00:00 committed by Gitee
commit 6d9791fd11
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -389,9 +389,9 @@ public class DesensitizedUtil {
}
/**
* IPv4脱敏脱敏前2001:0db8:86a3:08d3:1319:8a2e:0370:7344脱敏后2001:*:*:*:*:*:*:*
* IPv6脱敏脱敏前2001:0db8:86a3:08d3:1319:8a2e:0370:7344脱敏后2001:*:*:*:*:*:*:*
*
* @param ipv6 IPv4地址
* @param ipv6 IPv6地址
* @return 脱敏后的地址
*/
public static String ipv6(String ipv6) {