From: Robert Varga Date: Tue, 17 May 2016 20:36:55 +0000 (+0200) Subject: BUG-5626: use lambdas, Runnable and Consumer instead of Procedure X-Git-Tag: release/boron~182 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=dc538304e4d5f91185c140cc227575f4305344df;hp=dc538304e4d5f91185c140cc227575f4305344df BUG-5626: use lambdas, Runnable and Consumer instead of Procedure This eliminates the use of Procedure in SnapshotManager, converting - Procedure to java.lang.Runnable - Procedure ---