Commit 69272f9d authored by Claus Nagel's avatar Claus Nagel
Browse files

test

parent a4972195
...@@ -13,7 +13,7 @@ import java.security.NoSuchAlgorithmException; ...@@ -13,7 +13,7 @@ import java.security.NoSuchAlgorithmException;
public class Util { public class Util {
public static BigInteger dir2md5(File file, BigInteger md5) throws NoSuchAlgorithmException, FileNotFoundException { public static BigInteger dir2md5(File file, BigInteger md5) throws NoSuchAlgorithmException, FileNotFoundException {
md5 = string2md5(file.getName(), md5); md5 = string2md5(file.getName(), md5);
if (file.isDirectory()) { if (file.isDirectory()) {
File[] children = file.listFiles(new FileFilter() { File[] children = file.listFiles(new FileFilter() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment