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
69272f9d
Commit
69272f9d
authored
Mar 08, 2012
by
Claus Nagel
Browse files
test
parent
a4972195
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/citygml4j/ade_xjc/Util.java
View file @
69272f9d
...
...
@@ -13,7 +13,7 @@ import java.security.NoSuchAlgorithmException;
public
class
Util
{
public
static
BigInteger
dir2md5
(
File
file
,
BigInteger
md5
)
throws
NoSuchAlgorithmException
,
FileNotFoundException
{
md5
=
string2md5
(
file
.
getName
(),
md5
);
md5
=
string2md5
(
file
.
getName
(),
md5
);
if
(
file
.
isDirectory
())
{
File
[]
children
=
file
.
listFiles
(
new
FileFilter
()
{
...
...
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