X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FShardDataTreeTest.java;h=0e24c3b86300d2a3a3b6229f68bc5abc8d39b653;hp=9ae74bb47c1b8dd17a2f3f8b8f7a51d9ecbd68b7;hb=dea3effede98cfb561c44d66b24c2d71a44b10a3;hpb=4f1f2ae598588f6aa5aac59b2206d97ad402a193 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ShardDataTreeTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ShardDataTreeTest.java index 9ae74bb47c..0e24c3b863 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ShardDataTreeTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ShardDataTreeTest.java @@ -233,7 +233,7 @@ public class ShardDataTreeTest extends AbstractTest { } @FunctionalInterface - private static interface DataTreeOperation { + private interface DataTreeOperation { void execute(DataTreeModification snapshot); }