BUG-9160: fix ReadDataTransactionUtil creating two adapters 22/63122/6
authorwusandi <wusandi@163.com>
Thu, 14 Sep 2017 06:58:56 +0000 (14:58 +0800)
committerwusandi <wusandi@163.com>
Thu, 7 Dec 2017 06:56:19 +0000 (14:56 +0800)
commitb901c7df203de445a2efd027dabe8efd9c1c690f
tree5a93bf693a34b718bcf57d7fbdee89f54b6c3100
parentba817d21fd9e15ff4fb2f06c5d8a7ea320b83672
BUG-9160: fix ReadDataTransactionUtil creating two adapters

It should not directly add all of NotificationListenerAdapter objects
for XML stream to the list of NotificationListenerAdapter for JSON stream.
And to fix it, just to concat them together instead of putting one to
another.

Change-Id: I2c8eedc04281f10ea6742db854309d8182b1966b
Signed-off-by: wusandi <wusandi@163.com>
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/rests/utils/ReadDataTransactionUtil.java