Use ActorSystem.terminate() 68/42668/2
authorRobert Varga <rovarga@cisco.com>
Thu, 28 Jul 2016 01:53:44 +0000 (03:53 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 28 Jul 2016 17:03:03 +0000 (17:03 +0000)
commitad98c16f6f690874866b6c218c178489e7f4b373
tree606132895967028f8abd89f96d5f411416b30f87
parent6774b02f13c4c0dc972f6d7884763cb400c351ca
Use ActorSystem.terminate()

ActorSystem.shutdown() has been deprecated, move on
to the replacement call.

Change-Id: I21cee3100c84003585afd9c95706c26f686d0eec
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailboxTest.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/config/yang/config/actor_system_provider/impl/ActorSystemProviderImpl.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/utils/ActorContextTest.java