BUG-579: Remove ImmutableMap in favor of LinkedHashMap
authorRobert Varga <rovarga@cisco.com>
Thu, 27 Mar 2014 03:55:56 +0000 (04:55 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 8 Apr 2014 13:33:36 +0000 (15:33 +0200)
commitb91c6623bf0f90e51aa016b991443916f8379f39
tree472338daeb86feb862935087d45f057247a2c882
parent4a6130db2397f1ee42428eac7e83992cc65914ec
BUG-579: Remove ImmutableMap in favor of LinkedHashMap

This prevents a single round og ImmutableMapBuilder.build() as a
trade-off for not leaking a mutable reference to the map.

Change-Id: Idb97a5f4ece1d2f27af728310d9b0807ae305926
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/store/impl/tree/StoreMetadataNode.java