Hi, I noticed that in o.a.f.http.whiteboard.internal.tracker.AbstractTracker<T>, methods addingService() and removedService() call their super implementation and then invoke an abstract, subclass responsible override with generic type T. modifiedService(), however, calls the super implementation, only, although an abstract modifiedService() with argument type T is declared, but never used.
Is this an oversight or did I miss something? Thanks Dominique
