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

updated main class ADE_XJC

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