mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
Add type parameters for raw type casts where it's safe
GitOrigin-RevId: 49c3dd961c5c7122d6644b7e4959d0e86ad271da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
02b5be6d11
commit
81d730447a
@@ -25,7 +25,7 @@ public class PythonFrameworkSupportConfigurable extends FrameworkSupportConfigur
|
||||
mySdkComboBox = new PythonSdkComboBox();
|
||||
mySdkComboBox.setProject(model.getProject());
|
||||
myMainPanel = LabeledComponent.create(mySdkComboBox, PyBundle.message("framework.support.python.sdk.combobox.label"));
|
||||
((LabeledComponent)myMainPanel).setLabelLocation(BorderLayout.WEST);
|
||||
((LabeledComponent<?>)myMainPanel).setLabelLocation(BorderLayout.WEST);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user