Fix HashCodeBuilder Eclipse error 40/77740/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 13 Nov 2018 18:39:28 +0000 (19:39 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 13 Nov 2018 18:39:28 +0000 (19:39 +0100)
commit8bfa363195199ef02ec8f8b5031f023665318864
treedfdd587e189ef9d1e06a1566600a27403d51efe7
parent4bdd0b2f66433d7586a1eb32636bdab8a1d4361c
Fix HashCodeBuilder Eclipse error

With .build() required to return a @NonNull, make sure we match
the annotation.

Change-Id: I1baedf6af702ec77c053f209fe43ad75f357bccd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/util/src/main/java/org/opendaylight/yangtools/util/HashCodeBuilder.java