summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-07-27 13:37:20 -0400
committerDan Timoney <dtimoney@att.com>2022-07-27 13:37:20 -0400
commite3c3b0d9b2d11ea2eee9e320f092cdbec88ec4ef (patch)
treef91d7725af2b79fb266fa719cd1e7eb571112edc
parentde63cbb97a9f751f8856647dbf81eb632420cd9d (diff)
Fix restconf-provider blueprint
Add missing change to YangParserFactory package name in blueprint Issue-ID: CCSDK-3693 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia7bc34d27343c676a1f7ba690bc18c9a98684f53
-rwxr-xr-xplugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml b/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
index efa8fce9d..20a3ab2b5 100755
--- a/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
+++ b/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
@@ -30,7 +30,7 @@
<reference xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"
id="yangParserFactory"
- interface="org.opendaylight.yangtools.yang.model.parser.api.YangParserFactory"
+ interface="org.opendaylight.yangtools.yang.parser.api.YangParserFactory"
ext:proxy-method="classes"/>