Remove FindBugs workaround 55/100655/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 19 Apr 2022 20:15:10 +0000 (22:15 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 19 Apr 2022 20:42:19 +0000 (22:42 +0200)
commited777a1f79389ce52750d3bfc4ebac290878ff7a
treeac388f8ca2961f938a8f99188467361856e3adbf
parentef85b5b7bc577ed674d9a44cc4613d574344e3bc
Remove FindBugs workaround

SpotBugs no longer throws a fit on callback's nullness, remove the
workaround. Also do not execute read/exists if there is no callback
-- although there always should be.

Change-Id: I3609d3be076de488f7fa64c72ad3b875e77a633e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/LocalProxyTransaction.java