Clean LeafRefValidation up 98/31998/2
authorRobert Varga <robert.varga@pantheon.sk>
Sat, 2 Jan 2016 12:45:09 +0000 (13:45 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 4 Jan 2016 16:22:49 +0000 (16:22 +0000)
- do not use LinkedList
- do not not use single-use temporaries
- do not instantiate YangInstanceIdentifier for PathArgument
- do not use entrySet() where values() is enough
- make temporaries final to indicate when they are initialized

Change-Id: I5859ca886a60bc7cd5c4c109619af6f5a479f3e2
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>

No differences found