Do not shuffle PathArguments needlessly 43/100243/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Mar 2022 12:30:16 +0000 (13:30 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Mar 2022 13:48:39 +0000 (14:48 +0100)
commita440156cc94da095c7afe2aba5f205bbf33c5b7c
tree635ccba3c9316e9e0a98183dcfad4bebb5f82ee9
parent22ebe3e32aeac9983ad546dfc39e11514bf0e51e
Do not shuffle PathArguments needlessly

There is no point in creating a separate collection if we are not
doing anything with it.

Change-Id: I3199c7232c63464b315eff8f69aac98181946ebd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 28b2c230f2277d53dd80892e95122d82276ec871)
restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/serializer/AbstractWebsocketSerializer.java