Skip to content

Commit 3557b54

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 321ce06 commit 3557b54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/cluster/ClusterModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
import org.elasticsearch.cluster.routing.allocation.WriteLoadForecaster;
4040
import org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator;
4141
import org.elasticsearch.cluster.routing.allocation.allocator.BalancerSettings;
42+
import org.elasticsearch.cluster.routing.allocation.allocator.BalancingWeightsFactory;
4243
import org.elasticsearch.cluster.routing.allocation.allocator.DesiredBalanceShardsAllocator;
4344
import org.elasticsearch.cluster.routing.allocation.allocator.DesiredBalanceShardsAllocator.DesiredBalanceReconcilerAction;
4445
import org.elasticsearch.cluster.routing.allocation.allocator.GlobalBalancingWeightsFactory;
45-
import org.elasticsearch.cluster.routing.allocation.allocator.BalancingWeightsFactory;
4646
import org.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator;
4747
import org.elasticsearch.cluster.routing.allocation.allocator.TieredBalancingWeightsFactory;
4848
import org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider;

server/src/main/java/org/elasticsearch/cluster/routing/allocation/NodeAllocationStatsAndWeightsCalculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
import org.elasticsearch.cluster.routing.RoutingNode;
1616
import org.elasticsearch.cluster.routing.RoutingNodes;
1717
import org.elasticsearch.cluster.routing.ShardRouting;
18-
import org.elasticsearch.cluster.routing.allocation.allocator.DesiredBalance;
1918
import org.elasticsearch.cluster.routing.allocation.allocator.BalancingWeights;
2019
import org.elasticsearch.cluster.routing.allocation.allocator.BalancingWeightsFactory;
20+
import org.elasticsearch.cluster.routing.allocation.allocator.DesiredBalance;
2121
import org.elasticsearch.cluster.routing.allocation.allocator.WeightFunction;
2222
import org.elasticsearch.common.util.Maps;
2323
import org.elasticsearch.core.Nullable;

0 commit comments

Comments
 (0)