mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
[188183] fix NPE when restoring a subsystem for a nonexistent subsystem config
This commit is contained in:
parent
41f8b75e9f
commit
ccc15bddbc
1 changed files with 1 additions and 1 deletions
|
@ -273,8 +273,8 @@ public class RSEDOMImporter {
|
||||||
RSEDOMNode psChild = psChildren[p];
|
RSEDOMNode psChild = psChildren[p];
|
||||||
restorePropertySet(subSystem, psChild);
|
restorePropertySet(subSystem, psChild);
|
||||||
}
|
}
|
||||||
|
subSystem.wasRestored();
|
||||||
}
|
}
|
||||||
subSystem.wasRestored();
|
|
||||||
return subSystem;
|
return subSystem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue