mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
EA-247239 - fix NPE
GitOrigin-RevId: ff14805a0b205f51cbb92c51937dd01a8e30b8bd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
27a4b130ed
commit
fc07fa78d2
@@ -98,7 +98,9 @@ public class ProjectJdkConfigurable implements UnnamedConfigurable {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
if (myFreeze) return;
|
||||
myJdksModel.setProjectSdk(myCbProjectJdk.getSelectedJdk());
|
||||
if (myCbProjectJdk != null) {
|
||||
myJdksModel.setProjectSdk(myCbProjectJdk.getSelectedJdk());
|
||||
}
|
||||
clearCaches();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user