fix annotation in StrUtil and SymmetricCrypto

This commit is contained in:
zz
2020-05-17 18:50:15 +08:00
parent 5e381a1007
commit 34d646bd88
2 changed files with 3 additions and 3 deletions

View File

@@ -436,7 +436,7 @@ public class SymmetricCrypto implements Serializable {
}
/**
* 解密Hex表示的字符串默认UTF-8编码
* 解密Hex16进制或Base64表示的字符串默认UTF-8编码
*
* @param data 被解密的String
* @return 解密后的String