mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup
This commit is contained in:
-1
@@ -108,7 +108,6 @@ public class ProjectJdkConfigurable implements UnnamedConfigurable {
|
||||
myCbProjectJdk.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
if (myFreeze) return;
|
||||
final Sdk oldJdk = myJdksModel.getProjectSdk();
|
||||
myJdksModel.setProjectSdk(myCbProjectJdk.getSelectedJdk());
|
||||
clearCaches();
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ public class ComboBoxWithWidePopup extends JComboBox {
|
||||
if (SystemInfo.isMac && UIUtil.isUnderAquaLookAndFeel()) setMaximumRowCount(25);
|
||||
}
|
||||
|
||||
public ComboBoxWithWidePopup(final Object items[]) {
|
||||
public ComboBoxWithWidePopup(final Object[] items) {
|
||||
super(items);
|
||||
|
||||
if (SystemInfo.isMac && UIUtil.isUnderAquaLookAndFeel()) setMaximumRowCount(25);
|
||||
|
||||
Reference in New Issue
Block a user