1 <p> This code stores a reference to an externally mutable object into a static
3 If unchecked changes to
4 the mutable object would compromise security or other
5 important properties, you will need to do something different.
6 Storing a copy of the object is better approach in many situations.</p>