Remove a FindBugs suppression 29/81329/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Mar 2019 20:21:06 +0000 (21:21 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 29 Mar 2019 16:56:26 +0000 (16:56 +0000)
commitcdf8bf6f5313e2c1407836bc915506816b528f3e
treeb53330a514afa8029cdb8536f6a3686a7b45786b
parente036804eb086eabffa8fcb9bd20f9f3a62ab3b7f
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>
(cherry picked from commit 998aca7de4bc5ceff15646acefd6be3ed46ca260)
netconf/netconf-client/src/main/java/org/opendaylight/netconf/client/SimpleNetconfClientSessionListener.java