Suppress ScheduleException warning 51/85051/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 08:27:16 +0000 (10:27 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 08:27:16 +0000 (10:27 +0200)
commit6353400db927b431ad6791665cddd443d0bc8163
treec9a3bce7edffcff17e7b20f6aa390944173b3368
parent2db6622d02d1e19621fd35342da64c0a6663cdc3
Suppress ScheduleException warning

The Failure object is not marked as serializable. Suppress the
spotbugs warning and mark a fixme to clean up serialization.

Change-Id: I56c84a06060183e9e5851e3a21d85529f5b9551b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
programming/spi/src/main/java/org/opendaylight/bgpcep/programming/spi/SchedulerException.java