X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fblueprint%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fblueprint%2Fext%2FNotificationListenerBean.java;h=3a2a0b837b4e87d27427427a91542d130e7f17a4;hb=12e42f62ff55faf841cc4f18759b5e08a26f104f;hp=ccf6216d3da89e8a037567ccabcdc246415cff40;hpb=67ff0fc78b2933b8b4f5a8544c7639499824e622;p=controller.git diff --git a/opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/ext/NotificationListenerBean.java b/opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/ext/NotificationListenerBean.java index ccf6216d3d..3a2a0b837b 100644 --- a/opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/ext/NotificationListenerBean.java +++ b/opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/ext/NotificationListenerBean.java @@ -29,15 +29,15 @@ public class NotificationListenerBean { private NotificationListener notificationListener; private ListenerRegistration registration; - public void setNotificationService(NotificationService notificationService) { + public void setNotificationService(final NotificationService notificationService) { this.notificationService = notificationService; } - public void setNotificationListener(NotificationListener notificationListener) { + public void setNotificationListener(final NotificationListener notificationListener) { this.notificationListener = notificationListener; } - public void setBundle(Bundle bundle) { + public void setBundle(final Bundle bundle) { this.bundle = bundle; }