1
0
Fork 0
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:
David Dykstal 2007-05-21 23:51:28 +00:00
parent 41f8b75e9f
commit ccc15bddbc

View file

@ -273,8 +273,8 @@ public class RSEDOMImporter {
RSEDOMNode psChild = psChildren[p];
restorePropertySet(subSystem, psChild);
}
subSystem.wasRestored();
}
subSystem.wasRestored();
return subSystem;
}