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
8e08c42f
Commit
8e08c42f
authored
Mar 31, 2015
by
Claus Nagel
Browse files
minor change to ADE_XJC.java
parent
ccbde6aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/citygml4j/ade_xjc/ADE_XJC.java
View file @
8e08c42f
...
@@ -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
(
"
629fda1c186b5d40b265309ccb04d86
"
))
if
(!
md5
.
toString
(
16
).
equals
(
"
7c0d5a2c3b146528e929d321345239c
"
))
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."
);
}
}
...
...
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