Do not shuffle PathArguments needlessly 37/100237/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 12:30:16 +0000 (13:30 +0100)
commit28b2c230f2277d53dd80892e95122d82276ec871
treebaf2de6fe15d2761e244e02ac9fdfefd194b7c24
parentc123de52b03a3ee4fba2da5e7ec18a214d3876e8
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>
restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/serializer/AbstractWebsocketSerializer.java