Skip to content
Snippets Groups Projects
Commit 0aa66cd3 authored by ribeaudc's avatar ribeaudc
Browse files

minor:

- remove class name before method call

SVN: 2222
parent a56eef30
No related branches found
No related tags found
No related merge requests found
......@@ -419,7 +419,7 @@ public final class FileUtilities
if (filter.accept(path))
{
return FileUtilities.deleteRecursively(path, logger);
return deleteRecursively(path, logger);
} else
{
if (path.isDirectory())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment