Fix InstanceIdentifier.getAncestor() implementations 94/88494/9
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Mar 2020 14:10:37 +0000 (15:10 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 17 Feb 2022 11:04:54 +0000 (11:04 +0000)
SpotBugs is touchy about nulls here, all of which are guaranteed
to work out due to verification logic -- but that is not quite
obvious. Fix this up by adding explicit verifies -- which do not
hurn that much.

Change-Id: I92a120c9f8d4fced2bf3e8a859772cf6d41798df
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found