Fix a nullability warning in PingPongTransactionChain 58/100858/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Apr 2022 07:54:33 +0000 (09:54 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Apr 2022 07:54:33 +0000 (09:54 +0200)
commit069b1e6e991e6d6ebe99621d201984a01c36bab0
tree7b2e610fc4a5199b857238f59b46306b33793f4b
parent9d61abd9b59d20bb8da8f90366dbb528986f00f9
Fix a nullability warning in PingPongTransactionChain

Eclipse is flagging multiple accessed to the same field. The field
cannot move on us, but use a local variable to make the value invariant.

Change-Id: I81599fecc77861d5011e45fa336c554e412f87dc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
dom/mdsal-dom-spi/src/main/java/org/opendaylight/mdsal/dom/spi/PingPongTransactionChain.java