mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix typo
This commit is contained in:
+2
-2
@@ -269,8 +269,8 @@ public class RunnerAndConfigurationSettingsImpl implements JDOMExternalizable, C
|
||||
}
|
||||
}
|
||||
|
||||
if (myUnloadedRunnerSettings != null) {
|
||||
myUnloadedRunnerSettings.clear();
|
||||
if (myUnloadedConfigurationPerRunnerSettings != null) {
|
||||
myUnloadedConfigurationPerRunnerSettings.clear();
|
||||
}
|
||||
for (Iterator<Element> iterator = element.getChildren(CONFIGURATION_ELEMENT).iterator(); iterator.hasNext(); ) {
|
||||
Element configurationElement = iterator.next();
|
||||
|
||||
Reference in New Issue
Block a user