Fix a nullability warning in PingPongTransactionChain 26/101026/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Apr 2022 07:54:33 +0000 (09:54 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 10 May 2022 05:49:52 +0000 (07:49 +0200)
commita5b5d9b7882531440d4c7335cd917b1e00075bc1
treeaa0f0e7774fbdf32be94f441981b703fab684040
parentda2fb5015d6784b5d2a797a81719584a2a992514
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>
(cherry picked from commit 069b1e6e991e6d6ebe99621d201984a01c36bab0)
dom/mdsal-dom-spi/src/main/java/org/opendaylight/mdsal/dom/spi/PingPongTransactionChain.java