https://git.opendaylight.org/gerrit/#/c/13806/
will remove deprecated BindingAwareProvider methods.
This patch simply removes them from
implmementation of that interface so when 13806 is
merged we can merge this to fix.
Change-Id: Ic0ffc4b9c4796bbf7435648d3117e1111b724b24
Signed-off-by: Ed Warnicke <[email protected]>
return notificationService;
}
- @Override
- public Collection<? extends ProviderFunctionality> getFunctionality() {
- // TODO Auto-generated method stub
- return null;
- }
-
- @Override
- public Collection<? extends RpcService> getImplementations() {
- // TODO Auto-generated method stub
- return null;
- }
-
@Override
public void onSessionInitiated(ProviderContext session) {
notificationService = session.getSALService(NotificationProviderService.class);