Split Restconf implementations (draft02 and RFC) - features
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / streams / listeners / ListenerAdapter.java
index 44f6a06924f7a98088eb7450e30b146868da2b65..e6e27ccb701f41ef93d94cb098a2b635ec1e2dfe 100644 (file)
@@ -67,8 +67,6 @@ public class ListenerAdapter extends AbstractCommonSubscriber implements DOMData
             final NotificationOutputType outputType) {
         super();
         register(this);
-        setLocalNameOfPath(path.getLastPathArgument().getNodeType().getLocalName());
-
         this.outputType = Preconditions.checkNotNull(outputType);
         this.path = Preconditions.checkNotNull(path);
         Preconditions.checkArgument((streamName != null) && !streamName.isEmpty());