Remove TypeBuilder @Nullable annotation 96/88496/7
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Mar 2020 14:23:17 +0000 (15:23 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 14 Aug 2020 18:51:26 +0000 (18:51 +0000)
commit195666bbd1b5ef66a21bbf8267e5524dfeb46577
tree489261be68dc0be809a576fbf5ff2887be434646
parent5bc5bdf83d00a507079dbac9594a5f13bcd3079d
Remove TypeBuilder @Nullable annotation

SpotBugs is getting a bit confused and Eclipse also reports errors
around our use of base type here -- we cannot reasonably express
nullness without sacrificing method finality. Remove annotations
for now, we'll figure out this detail later.

Change-Id: If2f9d4925a2e3815be0e64d912dd14ebd886b6fe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/type/TypeBuilder.java