historical typo fixed: getDependences: usages 4

This commit is contained in:
Gregory.Shrago
2018-07-10 20:58:16 +03:00
parent f68c17c48a
commit 4d983b858c

View File

@@ -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");
}