From: Robert Varga Date: Sat, 2 Jan 2016 12:45:09 +0000 (+0100) Subject: Clean LeafRefValidation up X-Git-Tag: release/beryllium~46 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=ab64415bcc805cec278335afc1579fd3cc2a8424;hp=ab64415bcc805cec278335afc1579fd3cc2a8424;p=yangtools.git Clean LeafRefValidation up - 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 ---