BUG-1704: do not emit separator 39/10939/1
authorRobert Varga <rovarga@cisco.com>
Tue, 9 Sep 2014 12:23:23 +0000 (14:23 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 9 Sep 2014 12:23:23 +0000 (14:23 +0200)
commit7875ce3584650306882d160707eb9ddef52f140b
treefd6ae17ad50af832ebda00ec861493dc4a9d611b
parentbda6c54b730d76ef7549e4083c6b334b8f6ced83
BUG-1704: do not emit separator

When reusing JSONNormalizedNodeStreamWriter, it retains enough state to
know to emit a separator, so if we do it here, we will break the output.

Change-Id: Ie7acc269b4546230fad532f0abf14c0ba6c4121a
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/impl/NormalizedNodeJsonBodyWriter.java