From: Robert Varga Date: Sun, 12 Sep 2021 15:45:05 +0000 (+0200) Subject: Fix DerivableSchemaNode.getOriginal() X-Git-Tag: v8.0.0~236 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a9fe5338a4f8931d292a88b9ab089e7bb02e065a;hp=a9fe5338a4f8931d292a88b9ab089e7bb02e065a;p=yangtools.git Fix DerivableSchemaNode.getOriginal() We should be returning a type capture here, fix that up, which prompts us having to retrofit the interface properly into concrete SchemaNodes -- making it obvious where we have some overlap. Change-Id: Ia8648c203f8e1560008711954febb815aecb1b6a Signed-off-by: Robert Varga ---