Cleaned FileUtil

This commit is contained in:
nathan 2017-02-16 00:01:50 +01:00
parent 897c4a83cb
commit 8d84ff1b44

View File

@ -907,7 +907,7 @@ class FileUtil {
List<File> jarList = new LinkedList<File>();
LinkedList<File> directories = new LinkedList<File>();
rootDirectory = FileUtil.normalize(rootDirectory.getAbsoluteFile());
rootDirectory = FileUtil.normalize(rootDirectory);
if (!rootDirectory.exists()) {
throw new IOException("Location does not exist: " + rootDirectory.getAbsolutePath());