mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
(no message)
This commit is contained in:
@@ -66,7 +66,7 @@ public class PluginRunConfigurationEditor extends SettingsEditor<PluginRunConfig
|
||||
if (myModules.getSelectedItem() == null){
|
||||
throw new ConfigurationException("No module selected.");
|
||||
}
|
||||
myPRC.setModule(((Module)myModules.getSelectedItem()));
|
||||
prc.setModule(((Module)myModules.getSelectedItem()));
|
||||
}
|
||||
|
||||
public JComponent createEditor() {
|
||||
|
||||
Reference in New Issue
Block a user