Bug 6848 - upgrade namespace of notification container 99/46699/1
authorJakub Toth <jatoth@cisco.com>
Tue, 4 Oct 2016 06:48:07 +0000 (08:48 +0200)
committerJakub Toth <jatoth@cisco.com>
Sat, 8 Oct 2016 14:55:28 +0000 (16:55 +0200)
Change-Id: I6f50832bc94d809d5ba354ceb17dfdecc0b181bd
Signed-off-by: Jakub Toth <jatoth@cisco.com>
restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/NotificationListenerAdapter.java

index 42f0996052e022be82289226aa13bd18fe294878..3e0bdd984794735088866dd4a07143b8e7d867c5 100644 (file)
@@ -200,7 +200,8 @@ public class NotificationListenerAdapter implements DOMNotificationListener {
     private String prepareXmlFrom(final DOMNotification notification) {
         final SchemaContext schemaContext = ControllerContext.getInstance().getGlobalSchema();
         final Document doc = ListenerAdapter.createDocument();
-        final Element notificationElement = doc.createElementNS("urn:ietf:params:xml:ns:netconf:notification:1.0",
+        final Element notificationElement =
+                doc.createElementNS("urn:ietf:params:xml:ns:netconf:notification:1.0",
                 "notification");
         doc.appendChild(notificationElement);