Add @SupressFBWarnings around Await.result() 31/84431/4
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 14 Sep 2019 06:27:19 +0000 (08:27 +0200)
committerStephen Kitt <skitt@redhat.com>
Wed, 18 Sep 2019 08:47:05 +0000 (08:47 +0000)
commit32de58ddec79025c40342566a93fb8bf52077334
tree9e6f5326dbfb3b024977488a2dd951d1479f0a66
parent10006bbb875a6b90e14bda6b8c32d4d801dd228c
Add @SupressFBWarnings around Await.result()

Await.result() is throwing Exceptions we need to catch, raising
the ire of SpotBugs. Suppress that.

Change-Id: I1a880c86a8ab1759c5741dd27c8341d89452c7e8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/entityownership/DistributedEntityOwnershipService.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/jmx/mbeans/shard/ShardDataTreeListenerInfoMXBeanImpl.java