From: Robert Varga Date: Thu, 5 May 2022 16:09:38 +0000 (+0200) Subject: Switch Import/Include/BelongsTo statements to use Unqualified X-Git-Tag: v9.0.0~81 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f7a392df39d0cb0844f992321ed1c78fc7ef85f7;hp=f7a392df39d0cb0844f992321ed1c78fc7ef85f7;p=yangtools.git Switch Import/Include/BelongsTo statements to use Unqualified 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 ---