Default constructor, initializes the change map
()
| 114 | * Default constructor, initializes the change map |
| 115 | */ |
| 116 | public Annotation() { |
| 117 | initializeChangedMap(); |
| 118 | } |
| 119 | |
| 120 | /** @return A string with information about the annotation object */ |
| 121 | @Override |
nothing calls this directly
no test coverage detected