Do not use anonymous classes in PingPongTransactionChain 52/97952/4
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Oct 2021 10:23:38 +0000 (12:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Oct 2021 13:28:11 +0000 (15:28 +0200)
commita932417475b08b1986960847dceefd5d0ffd2278
treef5df31321ad7f09c3c02e270480687e7e7d17952
parent5d699acd9eb195d6d9d7ba03e88c9fbcc34ac1ee
Do not use anonymous classes in PingPongTransactionChain

PingPongTransactionChain is quite complicated and it is not helpful
to have just anonymous subclasses, which may end up capturing more
than we want. Split them out to make Sonar happier.

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