1 <p> This class contains similarly-named get and set
2 methods where the set method is synchronized and the get method is not.
3 This may result in incorrect behavior at runtime, as callers of the get
4 method will not necessarily see a consistent state for the object.
5 The get method should be made synchronized.</p>