Remove a FindBugs suppression 28/81328/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:20 +0000 (16:56 +0000)
commit6c911783fcdac163bb6efc8ff7dbf56cbfb2ad22
treefff11209316221b6eb9611598a2cb0a9bb582472
parent76f8db2a4b3af314aaca452c282f1802a6c7a1bf
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