Commit adcc9d84 authored by Claus Nagel's avatar Claus Nagel
Browse files

adapted md5 hash

parent 7a1b64f8
......@@ -214,7 +214,7 @@ public class ADE_XJC {
BigInteger md5 = new BigInteger("0");
md5 = Util.dir2md5(schema_dir, md5);
if (!md5.toString(16).equals("7b7104cdf3de92026095f904c28a254b"))
if (!md5.toString(16).equals("79facf9d68ad19afacf8d51a58c5f8b6"))
throw new Exception("Contents of subfolder 'schemas' have been altered. Please restore its original state.");
}
......
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