Use ServiceTracker instead of WaitingServiceTracker 26/72726/5
authorTom Pantelis <tompantelis@gmail.com>
Wed, 6 Jun 2018 13:38:37 +0000 (09:38 -0400)
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>
Mon, 11 Jun 2018 12:02:08 +0000 (12:02 +0000)
commit8ee6ca2d2f1243a309959ca680d20211bffac58d
treecf407cf25b0dbd4c81e66507d619c5adf6eb5501
parentec43fac895e5d1ec15a5522836b2c6946d000e84
Use ServiceTracker instead of WaitingServiceTracker

WaitingServiceTracker is in config-api which is going away.
WaitingServiceTracker is just a thin wrapper around ServiceTracker
so just use ServiceTracker directly.

Change-Id: I1a2742941db31ed98431fefee8310a4cb6735730
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
pcep/tunnel/tunnel-provider/src/main/java/org/opendaylight/bgpcep/pcep/tunnel/provider/PCEPTunnelClusterSingletonService.java