Remove superfluous @NonNull annotation 73/84473/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 15 Sep 2019 10:11:14 +0000 (12:11 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 15 Sep 2019 10:11:14 +0000 (12:11 +0200)
commit8123a3db8da09c4773e64829225274e5f973c05d
treec90bfb42bd351c8d019583e18d453c2853473e44
parentd688fe97e24f8d580186e872b3eb8aafc905e9a8
Remove superfluous @NonNull annotation

MoreObjects.toStringHelper() is not tagged properly, hence generated
toString() methods generate a ton of nullness warnings. Fix that up
by removing the annotation (to mirror what we are otherwise doing
in other methods).

Change-Id: Ib4fc3d3fdd3fab1e5fb257f3e85c344999d6eb1a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/CodeHelpers.java