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
a4972195
Commit
a4972195
authored
Sep 09, 2010
by
Claus Nagel
Browse files
preparing release of version 1.0
parent
57db702b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/citygml4j/ade_xjc/ADE_XJC.java
View file @
a4972195
...
@@ -193,8 +193,8 @@ public class ADE_XJC {
...
@@ -193,8 +193,8 @@ 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
(
"
a5c49adbabbe2885412a10a9d590622
"
))
if
(!
md5
.
toString
(
16
).
equals
(
"
2678a3edaeddfcae6fc1db92c130d067
"
))
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