X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fentityownership%2Fselectionstrategy%2FLeastLoadedCandidateSelectionStrategyTest.java;h=d8c3b4bb06f49e79a2bdc4857e2ee59714347920;hb=refs%2Fchanges%2F20%2F38320%2F2;hp=d0cd32f1b01f7ec529b2874fa6db023a56f0a0b0;hpb=a1f54a11f6c8675404efc1afcca3e0bd5f9a7e36;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/LeastLoadedCandidateSelectionStrategyTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/LeastLoadedCandidateSelectionStrategyTest.java index d0cd32f1b0..d8c3b4bb06 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/LeastLoadedCandidateSelectionStrategyTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/LeastLoadedCandidateSelectionStrategyTest.java @@ -79,7 +79,7 @@ public class LeastLoadedCandidateSelectionStrategyTest { return viableCandidates; } - private void assertStatistics(Map statistics, long... count){ + private static void assertStatistics(Map statistics, long... count){ for(int i=0;i