Setup Missing API inspection
This commit is contained in:
committed by
Nikolay Krasko
parent
d8b364ea40
commit
8977d0e26d
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user