Eliminate use of ImmutableList 05/90805/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 29 Jun 2020 10:18:15 +0000 (12:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 29 Jun 2020 15:21:07 +0000 (17:21 +0200)
commitcf8b98d69602809355f85703cfe4d635d9f72bdf
tree66dd95c5bd971dff6c263e28002e4f5fb2b48d21
parenteba6716092f00791c51ab9b6b8cd90835c89ed5d
Eliminate use of ImmutableList

We can use a simple array, as we are only iterating over this
list.

Change-Id: I34a01bff7cb8da4f936f119fa80a699244c8f519
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-reactor/src/main/java/org/opendaylight/yangtools/yang/parser/stmt/reactor/BuildGlobalContext.java