Return plain booleans 32/113032/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Aug 2024 18:05:56 +0000 (20:05 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Aug 2024 18:08:59 +0000 (20:08 +0200)
commit8d8ed9678259dee329d696fc536c0aa8b286c49a
tree963ebad85a63ecfd842865dc515e91afff4d12d4
parenta7ba91828c9eb44748e5c030fbcb0323541c9ce5
Return plain booleans

The state we are tracking are plain booleans, with no possibility of
there being nulls. I am not sure now we have come by this, but fix the
return types to prevent boxing to Boolean and repetitive volatile
access (which happens to work exactly because there can never be nulls).

Change-Id: Ibbce2ffacb0860bc2ab258aacaa374b18a2a5f0b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionInstance.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbOperGlobalListener.java