cloud-server-other/src/main/java/com/dsh/other/util/MD5AndKL.java @@ -60,7 +60,6 @@ } private static String byteArrayToHexString(byte b[]) { StringBuffer resultSb = new StringBuffer(); for (int i = 0; i < b.length; i++)