mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not save default setting
This commit is contained in:
@@ -44,7 +44,10 @@ public class RemoteConfiguration extends ModuleBasedConfiguration<JavaRunConfigu
|
||||
|
||||
public void writeExternal(final Element element) throws WriteExternalException {
|
||||
super.writeExternal(element);
|
||||
writeModule(element);
|
||||
final Module module = getConfigurationModule().getModule();
|
||||
if (module != null) { // default value
|
||||
writeModule(element);
|
||||
}
|
||||
DefaultJDOMExternalizer.writeExternal(this, element);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user