Make AbstractDataBrokerTestCustomizer#getDomBroker public 89/73389/1
authorTom Pantelis <tompantelis@gmail.com>
Mon, 25 Jun 2018 03:12:08 +0000 (23:12 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 25 Jun 2018 03:12:08 +0000 (23:12 -0400)
commitdd7117918da3f96e00d662c10f513e74ac371c47
treec16c9bb7f2c0b06c5d04204a6480debae6a03462
parentac6f2699cd0c1e340cc32e8f0d0ca94c8e9c0cc0
Make AbstractDataBrokerTestCustomizer#getDomBroker public

The DOMDataBroker is exposed via createDOMDataBroker however
this creates a new instance so users don't actually get the
DOMDataBroker instance that is backing the DataBroker.
Therefore expose getDomBroker publicly.

Change-Id: Id4b53935e4c17e4a9cd4538d669a9e05d97892af
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/AbstractBaseDataBrokerTest.java
opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/AbstractDataBrokerTestCustomizer.java