Default constructor Initializes the the changed map
()
| 117 | * Initializes the the changed map |
| 118 | */ |
| 119 | public UIDMeta() { |
| 120 | initializeChangedMap(); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Constructor used for overwriting. Will not reset the name or created values |
nothing calls this directly
no test coverage detected