Fix DOMRpcRouter breakage 12/74312/1
authorTom Pantelis <tompantelis@gmail.com>
Sun, 22 Jul 2018 15:18:26 +0000 (11:18 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Sun, 22 Jul 2018 15:18:26 +0000 (11:18 -0400)
commit7874f16831d6fcf7bc7669347c429af7598549af
treeab8a52183b384764b06f84e239c283e3ccbb5906
parent19dda47fc3d00213fbddd3c6a70cbb5b3c898c8a
Fix DOMRpcRouter breakage

https://git.opendaylight.org/gerrit/#/c/74209/ broke the DOMRpcRouter
for UTs that use the empty constructor. The mdsal DOMRpcRouter no longer
implements DOMRpcProviderService directly so the SchemaContext was not
getting set via onGlobalContextUpdated.

Change-Id: Ic9381742f43b05264724eb80eef41201a1285c2a
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/broker/impl/DOMRpcRouter.java