mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (logging condition fixed)
This commit is contained in:
@@ -64,7 +64,7 @@ public class ClassFileStubBuilder implements BinaryFileStubBuilder {
|
||||
|
||||
try {
|
||||
PsiFileStub<?> stub = ClsFileImpl.buildFileStub(file, content);
|
||||
if (stub == null && fileContent.getFileName().indexOf('$') >= 0) {
|
||||
if (stub == null && fileContent.getFileName().indexOf('$') < 0) {
|
||||
LOG.info("No stub built for file " + fileContent);
|
||||
}
|
||||
return stub;
|
||||
|
||||
Reference in New Issue
Block a user