ReplacingAttributeAdder

ReplacingAttributeAdder implements a particular IAttributeMerger merge strategy. The strategy is that of a standard Map.put(). The latest value encountered for a particular attribute name is the one that controls. This was the algorithm used in uPortal 2.4 and earlier. Contrast with NoncollidingAttributeAdder.