Setup Missing API inspection

This commit is contained in:
Nikolay Krasko
2019-03-01 19:29:48 +03:00
committed by Nikolay Krasko
parent d8b364ea40
commit 8977d0e26d
13 changed files with 27 additions and 31 deletions
@@ -207,7 +207,6 @@ public class KotlinCommonCodeStyleSettings extends CommonCodeStyleSettings {
// SoftMargins.serializeInfo
private void serializeInto(@NotNull List<Integer> softMargins, @NotNull Element element) {
if (softMargins.size() > 0) {
//noinspection IncompatibleAPI
XmlSerializer.serializeInto(this, element);
}
}