Do not throw on quick-fix creation, just return null

This commit is contained in:
Evgeny Pasynkov
2013-12-20 17:19:31 +01:00
parent 2f2154b593
commit b83ecae0bd
@@ -115,7 +115,7 @@ public class CheckValidXmlInScriptBodyInspectionBase extends XmlSuppressableInsp
}
protected LocalQuickFix createFix(PsiFile psiFile, PsiElement psiElement, int offsetInElement) {
throw new UnsupportedOperationException();
return null;
}
@Override