Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
ed0bf855
Commit
ed0bf855
authored
Feb 20, 2015
by
Claus Nagel
Browse files
updated main class ADE_XJC
parent
68048168
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/citygml4j/ade_xjc/ADE_XJC.java
View file @
ed0bf855
...
...
@@ -193,8 +193,8 @@ public class ADE_XJC {
BigInteger
md5
=
new
BigInteger
(
"0"
);
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."
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment