"git@transfer.hft-stuttgart.de:zedflow/fgdi.git" did not exist on "d3e655f1cc7f30e9b29a7042960f4b00a24b7631"
Commit 32887a82 authored by Claus Nagel's avatar Claus Nagel
Browse files

minor change

parent ad61a352
...@@ -214,7 +214,7 @@ public class ADE_XJC { ...@@ -214,7 +214,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("d20b55c6f1ae772259669f79b2115463")) if (!md5.toString(16).equals("7b7104cdf3de92026095f904c28a254b"))
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