Replacing Commons vfs by nio

This commit is contained in:
darksnake 2017-06-20 22:32:03 +03:00
parent 6497e2f04a
commit f097dc8f70

View File

@ -86,7 +86,7 @@ public class NumassStorage extends FileStorage {
loaders.put(FilenameUtils.getBaseName(file.getName().getBaseName()), loaders.put(FilenameUtils.getBaseName(file.getName().getBaseName()),
FilePointLoader.fromFile(this, file, true)); FilePointLoader.fromFile(this, file, true));
} catch (Exception ex) { } catch (Exception ex) {
getContext().getLogger().error("Failed to build numass point loader from file {}", file.getName()); getLogger().error("Failed to build numass point loader from file {}", file.getName());
} }
} else { } else {
//updating non-numass loader files //updating non-numass loader files