Iterate over simple array 24/102424/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Sep 2022 09:48:29 +0000 (11:48 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Sep 2022 09:48:29 +0000 (11:48 +0200)
commit59e764bc67d3c349cc112e0a64ba2a3bb679079e
tree0be4975fe8920879b4d8f5bf5c71956af04e3ae5
parentf3c15f4b047b94976073779509fe8278dcc42fb3
Iterate over simple array

There is no point in using Arrays.asList(), as we end up only iterating
over the list anyway.

Change-Id: I7e0345ea6ae92fc61d8814a0424837c51719612c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-filterchain/src/main/java/org/opendaylight/aaa/filterchain/configuration/impl/CustomFilterAdapterConfigurationImpl.java