Reduce code duplication a tiny bit 13/97913/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Oct 2021 19:55:51 +0000 (21:55 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Oct 2021 19:57:11 +0000 (21:57 +0200)
commit0b4af33f1fd740eed35f21a1c0b01c399d27fd8d
treecc7544e43177907ac51f28b9670d9b76171ed639
parenta1b3dfed61c02566af8279dc33cd955209610121
Reduce code duplication a tiny bit

The 'else' part of CaseNodeCodecContext's return is the same as
overridden method, hence call super instead of duplicating code.

Also add a few FIXMEs to guide our intent going forward.

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