Add @NonNull annotation to OvsdbConnectionListener.connected() 82/86082/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 1 Dec 2019 11:30:18 +0000 (12:30 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 1 Dec 2019 11:44:50 +0000 (12:44 +0100)
commitfa1a9e6b5f2f67d1bb30b2313e83ab49f1fb60f8
tree314e7fdcdc1bb8699cd14472e1a55e6b37bb4106
parent6660b3672c5c76b305cc27ea4721ebbc9910dddb
Add @NonNull annotation to OvsdbConnectionListener.connected()

Eclipse warns about users overriding unconstrained parameter here,
and we know the instance will not be null. Propagate @NonNull to
the API specification, fixing warnings.

This also fixes similar warnings in other places.

Change-Id: I6cf71c4c0495ba0358157ee12e92b9a7a665b92c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepConnectionManager.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transactions/md/HwvtepPhysicalPortUpdateCommand.java
library/impl/src/main/java/org/opendaylight/ovsdb/lib/OvsdbConnectionListener.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java