heisenberg
Committed by Gerrit Code Review

[ONOS-4371] Netconf client could not resolve notification message with label attributes

Change-Id: I74ca573d65baf9295a0d055efe728d1b04370173
......@@ -48,7 +48,7 @@ public class NetconfStreamThread extends Thread implements NetconfStreamHandler
private static final String END_PATTERN = "]]>]]>";
private static final String RPC_REPLY = "rpc-reply";
private static final String RPC_ERROR = "rpc-error";
private static final String NOTIFICATION_LABEL = "<notification>";
private static final String NOTIFICATION_LABEL = "<notification";
private static final String MESSAGE_ID = "message-id=";
private PrintWriter outputStream;
......