mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
historical typo fixed: getDependences: usages 4
This commit is contained in:
@@ -512,7 +512,7 @@ public class XmlNSDescriptorImpl implements XmlNSDescriptorEx,Validator<XmlDocum
|
||||
if(attributeDescriptor != null){
|
||||
final CachedValue<XmlAttributeDescriptor> value = CachedValuesManager.getManager(includedDocument.getProject()).createCachedValue(
|
||||
() -> {
|
||||
Object[] deps = this.getDependencies();
|
||||
Object[] deps = attributeDescriptor.getDependencies();
|
||||
if (deps.length == 0) {
|
||||
LOG.error(attributeDescriptor + " (" + attributeDescriptor.getClass() + ") returned no dependencies");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user