Use BrokerFacade non-statically 95/70995/1
authorTom Pantelis <tompantelis@gmail.com>
Mon, 16 Apr 2018 18:24:59 +0000 (14:24 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 16 Apr 2018 20:58:08 +0000 (16:58 -0400)
commitbf1a205601b38804bcf5cc08ef0c12f34b4c81ed
treef1e377bcf073bb16407efe1176229cab5ca1ce8c
parentcb1d2f74b370c16357af975a136e687fba3303e6
Use BrokerFacade non-statically

Similar to the previous patch that was done for ControllerContext.
keeps the static BrokerFacade instance temporarily
for the RestconfApplication but converts the rest of the code to
reference it non-statically.

Change-Id: Iafdb26200f8d645a8ed61c7006edd0b106d7d976
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/BrokerFacade.java
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfProviderImpl.java
restconf/restconf-nb-bierman02/src/main/resources/org/opendaylight/blueprint/restconf-config.xml
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/BrokerFacadeTest.java
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfImplNotificationSubscribingTest.java