Remove an orElse(null) indirection 79/93879/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Nov 2020 12:46:36 +0000 (13:46 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 18 Nov 2020 13:37:44 +0000 (13:37 +0000)
We do not need to update foundNode() if we do not find anything,
hence sync on optional directly. Improves interactions and solves
an Eclipse warning.

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

No differences found