Split out EffectiveRibInWriter.processModifications() 66/78566/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 6 Dec 2018 14:34:59 +0000 (15:34 +0100)
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>
Mon, 10 Dec 2018 11:30:45 +0000 (11:30 +0000)
commit039b6bae68b323a90990a004944b158e25bc5b61
treeb5f40a2711aa235c4c536469898801235665f322
parent0e112b4e95a73ca6bc218af0f8a03696886f46c9
Split out EffectiveRibInWriter.processModifications()

If we have non-empty modifications, we know we will need a transaction,
separate that handling into a separate method, so we can side-step
null checks.

Change-Id: Ic391790c5ab55a8259849ce330d3af94db3cf6f6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 750f8bb39dc055774a0461797b9b0d95cb9b0cbb)
bgp/rib-impl/src/main/java/org/opendaylight/protocol/bgp/rib/impl/EffectiveRibInWriter.java