config-api: use lambdas 64/57164/2
authorStephen Kitt <skitt@redhat.com>
Tue, 16 May 2017 15:48:01 +0000 (17:48 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 16 May 2017 23:17:49 +0000 (23:17 +0000)
commit4862574beac03f5735e2b7188055823c0f772501
tree25d0e38c8b674a2aab01736d96efc079bbd73349
parent07a7d6fbcb8d8eaa87edbd0c7dd13870bdde08b1
config-api: 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: I77f590e1e5b5548cb472268fb469b5bbf7cd268d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/jmx/ObjectNameUtilTest.java