Use constructor injection in OSGiActorSystemProvider 47/109447/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Dec 2023 20:57:03 +0000 (21:57 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Dec 2023 20:57:36 +0000 (21:57 +0100)
commit4b53508710b5b450e8331889636e1a8bdd6d1d78
tree11956d112db759078ba7c28cd05c5707322b9f10
parent6c976d5d84b71a2938f57c63970f809a67064477
Use constructor injection in OSGiActorSystemProvider

Upgraded SpotBugs does not like us not having initialized fields, use
contructor injection to side-step these warnings.

Change-Id: I3eef23b3cea88c97ccd8cb8794ec0587f07ccc77
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/akka/osgi/impl/OSGiActorSystemProvider.java