From: Robert Varga Date: Sun, 24 Apr 2022 08:45:15 +0000 (+0200) Subject: Improve AbstractClientConnection nullness guarantees X-Git-Tag: v5.0.3~9 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f01f64aab0fbcc383582bb211599b0cd09083111;hp=f01f64aab0fbcc383582bb211599b0cd09083111;p=controller.git Improve AbstractClientConnection nullness guarantees We have a few missing @NonNull annotations, make sure to add them. Also remove a superfluous requireNonNull() in copy constructor. Change-Id: I1bbd46d31856be3ce25483f05eae8e9f2a67370f Signed-off-by: Robert Varga ---