mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
provide default implementation for ModuleBasedConfiguration.createInstance(), delete a ton of existing implementations
This commit is contained in:
@@ -23,11 +23,6 @@ public class DocutilsRunConfiguration extends RestRunConfiguration {
|
||||
super(name, new RunConfigurationModule(project), factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected ModuleBasedConfiguration createInstance() {
|
||||
return new DocutilsRunConfiguration(getName(), getProject(), getFactory());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected SettingsEditor<? extends RunConfiguration> createConfigurationEditor() {
|
||||
RestConfigurationEditor editor = new RestConfigurationEditor(getProject(), this, new DocutilsTasksModel());
|
||||
|
||||
@@ -22,11 +22,6 @@ public class SphinxRunConfiguration extends RestRunConfiguration {
|
||||
super(name, new RunConfigurationModule(project), factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected ModuleBasedConfiguration createInstance() {
|
||||
return new SphinxRunConfiguration(getName(), getProject(), getFactory());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected SettingsEditor<? extends RunConfiguration> createConfigurationEditor() {
|
||||
RestConfigurationEditor editor = new RestConfigurationEditor(getProject(), this, new SphinxTasksModel());
|
||||
|
||||
Reference in New Issue
Block a user