mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +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];
|
||||
restorePropertySet(subSystem, psChild);
|
||||
}
|
||||
subSystem.wasRestored();
|
||||
}
|
||||
subSystem.wasRestored();
|
||||
return subSystem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue