mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Suppress warnings for RubyMine's configurables
This commit is contained in:
@@ -193,7 +193,7 @@ public class ConfigurableWrapper implements SearchableConfigurable, Weighted {
|
||||
if (configurable != null) {
|
||||
String id = configurable.getId();
|
||||
if (!loaded) {
|
||||
LOG.warn("XML does not provide id for " + configurable.getClass());
|
||||
LOG.debug("XML does not provide id for " + configurable.getClass());
|
||||
}
|
||||
return id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user