Add @NonNull annotation to OvsdbConnectionListener.connected() 11/86211/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 1 Dec 2019 11:30:18 +0000 (12:30 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 5 Dec 2019 12:45:59 +0000 (13:45 +0100)
commitd97430282ae6a1fc03a3e8e80db8666c29dd8284
tree46d6de2ae758bb9b1d46078695cf0b4ce1d8e570
parent9f030b429045e52cf2d9477f75bc213560ba9f3b
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>
(cherry picked from commit fa1a9e6b5f2f67d1bb30b2313e83ab49f1fb60f8)
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