Secured standardComponentIDs against accidental modifications
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Mon, 15 Jul 2019 14:26:07 +0000 (16:26 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Mon, 15 Jul 2019 14:26:07 +0000 (16:26 +0200)
commitc10574721efeaaa62e150ec26dfcca603810aea7
treec985011c79cb5f9de5e3489b9253567effcf5c62
parent6ff37062ffff3ee3499e15b8d8bf532b4eaa6608
Secured standardComponentIDs against accidental modifications

It is possible to call remove() on Map.keySet(), which will remove that
key (and value) from the original map.
net.mograsim.logic.model/src/net/mograsim/logic/model/serializing/IndirectGUIComponentCreator.java