Fixup Augmentable and Identifiable methods changing
[controller.git] / opendaylight / md-sal / messagebus-impl / src / main / java / org / opendaylight / controller / messagebus / app / impl / EventSourceTopic.java
index 8b57d2dc09a2233495e9a73e863e929b867be68b..a84f260005fc80e2329e4a4962ff61a46c822d47 100644 (file)
@@ -130,7 +130,7 @@ public final class EventSourceTopic implements DataTreeChangeListener<Node>, Aut
                         for (final Node node : nodes) {
                             if (nodeRegex.matcher(node.getNodeId().getValue()).matches()) {
                                 notifyNode(EventSourceTopology.EVENT_SOURCE_TOPOLOGY_PATH.child(Node.class,
-                                        node.getKey()));
+                                    node.key()));
                             }
                         }
                     }