Raw type warnings fixed

GitOrigin-RevId: 9a645548367b63189f4a1a95a95aeb7ed469a09f
This commit is contained in:
Tagir Valeev
2022-02-16 16:33:30 +07:00
committed by intellij-monorepo-bot
parent cd55e97314
commit 29369ad82d
15 changed files with 59 additions and 61 deletions

View File

@@ -95,7 +95,7 @@ public class AddMethodsDialog extends DialogWrapper {
}
}
});
myMethodNameCombo.setModel(new DefaultComboBoxModel());
myMethodNameCombo.setModel(new DefaultComboBoxModel<>());
myMethodNameCombo.addItemListener(new ItemListener() {
@Override
public void itemStateChanged(ItemEvent e) {