clustering-test-app: use lambdas 74/57174/2
authorStephen Kitt <skitt@redhat.com>
Tue, 16 May 2017 15:51:47 +0000 (17:51 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 16 May 2017 23:18:12 +0000 (23:18 +0000)
commit81b084ab4d155131a0a7f95adbdcd769d2df5728
tree07fb1d50d9dd6d19690885b8190159f447085317
parent4862574beac03f5735e2b7188055823c0f772501
clustering-test-app: 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: I32a6ac8e58d3f4b2820c3ee52eedb9e108c1a632
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/CarProvider.java