Remove a FindBugs suppression 74/81274/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Mar 2019 20:21:06 +0000 (21:21 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Mar 2019 20:23:02 +0000 (21:23 +0100)
commit998aca7de4bc5ceff15646acefd6be3ed46ca260
tree45c831564ffce2ed59808b98c62e62a6268fdbd6
parent80f81382d19639366f87cc30c207d8ccbe0ca25f
Remove a FindBugs suppression

Use Deque.remove() keeps SpotBugs happy, and does not change
anything, as we know the queue is non-empty at this point.

Change-Id: I307dd22eb9a2a56a9a18490ff1e45aa6d4f2a5e0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-client/src/main/java/org/opendaylight/netconf/client/SimpleNetconfClientSessionListener.java