Speed up DataContainerCodecPrototype.get() a bit
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 23 Apr 2019 09:38:33 +0000 (11:38 +0200)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 19 Jun 2024 00:41:27 +0000 (10:41 +1000)
commit153e3e79917e2dbf1c0b528caf6298541751fedc
tree00e1ece6346ea0aa9c57597c98fd4494cabe2996
parent41b9f131fd3139e1a211c9784263a6cb7a46e927
Speed up DataContainerCodecPrototype.get() a bit

We can use less byte code to initialize both the local handle
and the cache field.

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