Switch Import/Include/BelongsTo statements to use Unqualified 00/101000/8
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 5 May 2022 16:09:38 +0000 (18:09 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 9 May 2022 05:53:51 +0000 (07:53 +0200)
Using String is not entirely accurate, as it is missing required
validation. Make sure we force validation by switching the argument
to UnresolvedQName.Unqualified.

This will ease up integration with SourceIdentifier, which in turn is
required to make varied conformance work with explicit RFC8525
specification.

JIRA: YANGTOOLS-837
Change-Id: If320b1f64f2e1bff9a2086137af0d814bbf03f2a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found