Skip to content

Commit 7c16279

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 8b1f24d commit 7c16279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/search/stats/SearchStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static class Stats implements Writeable, ToXContentFragment {
4949
private long queryFailure;
5050
private long fetchFailure;
5151

52-
//This is the ExponentiallyWeightedMovingRate for a shard, tracking execution time across different phases
52+
// This is the ExponentiallyWeightedMovingRate for a shard, tracking execution time across different phases
5353
// (e.g., query, fetch, etc.), favoring more recent load values by assigning them greater significance than older values.
5454
private double recentSearchLoad;
5555

0 commit comments

Comments
 (0)