mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
style: add javadoc and code format.
This commit is contained in:
parent
6ad26ff398
commit
d39e3b47cc
@ -18,9 +18,13 @@ package com.mybatisflex.core.audit.http;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.security.MessageDigest;
|
||||
|
||||
/**
|
||||
* Hash 工具类。
|
||||
*/
|
||||
public class HashUtil {
|
||||
|
||||
private HashUtil() {}
|
||||
private HashUtil() {
|
||||
}
|
||||
|
||||
private static final char[] HEX_DIGITS = "0123456789abcdef".toCharArray();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user