mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
Raw type warnings fixed
GitOrigin-RevId: 9a645548367b63189f4a1a95a95aeb7ed469a09f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cd55e97314
commit
29369ad82d
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user