Add missing initialisation in UpgradeStateListener 90/81090/2
authorStephen Kitt <skitt@redhat.com>
Thu, 21 Mar 2019 13:24:21 +0000 (14:24 +0100)
committerFaseela K <faseela.k@ericsson.com>
Tue, 26 Mar 2019 09:22:23 +0000 (09:22 +0000)
commit3d3dc0c11668420ab7264e569f20ef0d3ea4fd62
tree3c59244e18b8e5850377d620591b9450f139ea29
parent09e87c1f400b1f41e1efa1a53d1fdcbfc8ac63a8
Add missing initialisation in UpgradeStateListener

UpgradeStateListener depends on IMdsalApiManager and IdManagerService,
has corresponding fields, uses them, but never initialises them.
While this indicates that the corresponding code is probably never
used, it seems better for the time being to add the missing
initialisation.

Change-Id: Ia986d104bba7dcde1e93d696d8c7f522b138f6e6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
natservice/impl/src/main/java/org/opendaylight/netvirt/natservice/internal/UpgradeStateListener.java