config-util: use lambdas 71/57171/2
authorStephen Kitt <skitt@redhat.com>
Tue, 16 May 2017 15:49:03 +0000 (17:49 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 16 May 2017 23:24:23 +0000 (23:24 +0000)
commitd39e199c168d9161dc9a0153722cb9b6324befbd
treeaa4198ecd02461d915d41425cff60577c67df912
parent8cf5612a0bf4667c3a852175ca3d9433ee3abdcf
config-util: use lambdas

This series of patches uses lambdas instead of anonymous classes for
functional interfaces when possible. Lambdas are replaced with method
references when appropriate.

Change-Id: Iac5970f81ff50b5b9358eecfc1529d8102f1b22e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/xml/XmlElement.java