Minor: Fixed warnings

This commit is contained in:
Alexey Sedunov
2014-07-22 14:16:25 +04:00
parent 55470737bd
commit 6a42317fd1
@@ -166,6 +166,7 @@ public class KotlinExtractFunctionDialog extends DialogWrapper {
inputParametersPanel.add(parameterTablePanel);
}
@SuppressWarnings("SuspiciousMethodCalls")
@Override
protected void doOKAction() {
MultiMap<PsiElement, String> conflicts = ExtractFunctionPackage.validate(currentDescriptor).getConflicts();
@@ -194,6 +195,7 @@ public class KotlinExtractFunctionDialog extends DialogWrapper {
return contentPane;
}
@NotNull
@Override
protected JComponent createContentPane() {
return contentPane;