Improve AbstractClientConnection nullness guarantees 67/100767/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 24 Apr 2022 08:45:15 +0000 (10:45 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 24 Apr 2022 08:47:15 +0000 (10:47 +0200)
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 <robert.varga@pantheon.tech>

No differences found