diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-27 20:27:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-07-27 20:27:03 +0000 |
commit | b11625490db720d331a6160676d973c298d042f5 (patch) | |
tree | 63af485b555f066127580fd7d3c00a0ac299a23f | |
parent | 692e99070d8ce2c6d432c5922cd0dccf57d8f904 (diff) | |
parent | e3c3b0d9b2d11ea2eee9e320f092cdbec88ec4ef (diff) |
Merge "Fix restconf-provider blueprint"
-rwxr-xr-x | plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml | 2 |
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"/> |