Log Message: |
FELIX-4771 - Avoid NPE in Attribute#getContent:
- no longer clone the content field, as it is already a local
clone, and this pattern isn't used in the other parts of the
API (such as AD);
- added small test case to verify this behaviour.
|