Do not use a useless array 61/97961/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Oct 2021 20:05:00 +0000 (22:05 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Oct 2021 20:05:00 +0000 (22:05 +0200)
commit860a928297061cc8b91932cced37101de881993a
treef55c04d2886f03fee66db3ab52cbec92a29aea64
parent90e28c6ed83c18d7da41e4ccafab12e6279125df
Do not use a useless array

OptionUtils.combine() takes varargs, hence we can ditch the explicit
array.

Change-Id: I1f875b81f610b13146150f3454dbf806217a4e72
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java