Fix a wrong notification in ComponentActivatorAbstractBase 40/640/1
authorGiovanni Meo <gmeo@cisco.com>
Wed, 24 Jul 2013 11:04:46 +0000 (13:04 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Wed, 24 Jul 2013 11:04:46 +0000 (13:04 +0200)
commit49c45cc5dc8676ccc8c769047fe74642dc1537b7
tree0de9f59e9450296685093ef48d105c3ddd2ff6a7
parent4731ee462f09ad75d31a175b0dd5abfa11eb2b6a
Fix a wrong notification in ComponentActivatorAbstractBase

The ComponentActivatorAbstractBase is currently looking for the
"stopping" method on the component that is stopping, during the
"stopped" phase provided by Apache Dependency Manager, while that
should be raised during the "stopping" phase. Correcting the
mis-alignment.

Change-Id: I1ff703ce071e2f5c80215b748b4f046760445b21
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/ComponentActivatorAbstractBase.java