Minor: added missed quote and space.

This commit is contained in:
Zalim Bashorov
2014-11-12 18:46:11 +03:00
parent 7e20c4876e
commit 14fd6eaaeb
@@ -98,7 +98,7 @@ public class LibrarySourcesConfig extends Config {
}
if (file == null) {
LOG.error("File '" + path + "not found.'");
LOG.error("File '" + path + "' not found.'");
}
else {
JetFileCollector jetFileCollector = new JetFileCollector(jetFiles, actualModuleName, psiManager);