Fix a SpotBugs warning 13/104713/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 11:28:10 +0000 (12:28 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 11:28:57 +0000 (12:28 +0100)
commita0885a6c167d7da7ed60971c0736f2106074d649
tree3b639d24fb09034f93c87d28e4421af59ef0c002
parent1b3ef04cbde0af4bf316a9d0db92937947239d1b
Fix a SpotBugs warning

The implementation of queue in KryoIOPool is always
ConcurrentLinkedQueue, which never returns false. Fix the declaration
to make that clear to SpotBugs.

JIRA: CONTROLLER-2071
Change-Id: I0c0dee29224e128413bec9cda903610dbf137feb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/atomix/storage/src/main/java/io/atomix/utils/serializer/KryoIOPool.java