mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CCE
This commit is contained in:
+1
-1
@@ -500,7 +500,7 @@ public class JUnitConfigurable extends SettingsEditor<JUnitConfiguration> {
|
||||
|
||||
private void setPackage(final PsiPackage aPackage) {
|
||||
if (aPackage == null) return;
|
||||
((LabeledComponent<TextFieldWithBrowseButton>)getTestLocation(JUnitConfigurationModel.ALL_IN_PACKAGE)).getComponent()
|
||||
((LabeledComponent<EditorTextFieldWithBrowseButton>)getTestLocation(JUnitConfigurationModel.ALL_IN_PACKAGE)).getComponent()
|
||||
.setText(aPackage.getQualifiedName());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user