mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 11:20:12 +07:00
[romka] debug, not warn
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ public class DefaultClsStubBuilderFactory extends ClsStubBuilderFactory {
|
||||
return file;
|
||||
}
|
||||
catch (Exception e) {
|
||||
LOG.warn(vFile.getPath(), e);
|
||||
LOG.debug(vFile.getPath(), e);
|
||||
throw new ClsFormatException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user