Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil buddharaju committed Jun 29, 2023
1 parent 8b3ba56 commit 4e8e4d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
public final class SearchCoordinatorStats implements SearchRequestOperationsListener {
public StatsHolder totalStats = new StatsHolder();


// private final CounterMetric openContexts = new CounterMetric();

// private volatile Map<String, StatsHolder> groupStats = emptyMap();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ public SearchStats() {
public void setSearchCoordinatorStats(SearchCoordinatorStats searchCoordinatorStats) {
totalStats.searchCoordinatorStats = searchCoordinatorStats;
}

public void setHasBeenCoordinator(boolean bool) {
totalStats.hasBeenCoordinator = bool;
}
Expand Down

0 comments on commit 4e8e4d2

Please sign in to comment.