Do not compare NormalizedNodes in CodecDataObject 30/81930/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 7 May 2019 08:58:24 +0000 (10:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 7 May 2019 10:08:04 +0000 (12:08 +0200)
commitd06439ebbe0c8981cc2b6d5a1d12e52d8ddf9736
tree06692513b4f2dd35e410e8f713f879efbba6698c
parent97e10f0b0b502ec874b7dc4bffc05db6e1dbf882
Do not compare NormalizedNodes in CodecDataObject

Binding DTOs can be shared across instantiations -- for example
groupings. If we are comparing different instantiations, they
can have different namespaces and thus NormalizedNodes do not
compare as equal -- but Binding considers them equal.

JIRA: MDSAL-442
Change-Id: I9838692a046045b3a7e520bd363bfe54b94a6e66
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/CodecDataObject.java