Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-incubating
-
None
Description
Maps returned by TO's methods (like as UserTO.getAttributeMap) return a map instance that will not ever be considered for putting or updating entries (there are already appropriate methods for this, like as UserTO.addAttribute() or UserTO.removeAttribute()).
Make such maps read-only by using Collections.unmodifiableMap().