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)
commit186fa572e73bcb0e2e7ff161698da45c8d46e228
treedf442766b0772a6fccab31fde42b08d8b4417404
parenta393b0a2a9899707af54c9ee77a01f28ac967bd1
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