Minor: added missed quote and space.
This commit is contained in:
@@ -98,7 +98,7 @@ public class LibrarySourcesConfig extends Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (file == null) {
|
if (file == null) {
|
||||||
LOG.error("File '" + path + "not found.'");
|
LOG.error("File '" + path + "' not found.'");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
JetFileCollector jetFileCollector = new JetFileCollector(jetFiles, actualModuleName, psiManager);
|
JetFileCollector jetFileCollector = new JetFileCollector(jetFiles, actualModuleName, psiManager);
|
||||||
|
|||||||
Reference in New Issue
Block a user