From: Stephen Kitt Date: Tue, 16 May 2017 15:51:25 +0000 (+0200) Subject: sal-distributed-datastore: use lambdas X-Git-Tag: release/nitrogen~213 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=5e7cf2452ef634dc934a3ea5a2dd95059fbab68c;hp=5e7cf2452ef634dc934a3ea5a2dd95059fbab68c;p=controller.git sal-distributed-datastore: 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: Ib397cbe0e0179f2f47ef10f13301b604dc6db88b Signed-off-by: Stephen Kitt ---