Skip to content

Commit ad4eaec

Browse files
committed
Remove line break
Signed-off-by: Jean Kim <[email protected]>
1 parent e20d74c commit ad4eaec

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5454
- Update NoOpResult constructors in the Engine to be public ([#19950](https://github.com/opensearch-project/OpenSearch/pull/19950))
5555
- Refactor the TranslogStats and RequestCacheStats class to use the Builder pattern instead of constructors ([#19961](https://github.com/opensearch-project/OpenSearch/pull/19961))
5656

57-
5857
### Fixed
5958
- Fix Allocation and Rebalance Constraints of WeightFunction are incorrectly reset ([#19012](https://github.com/opensearch-project/OpenSearch/pull/19012))
6059
- Fix flaky test FieldDataLoadingIT.testIndicesFieldDataCacheSizeSetting ([#19571](https://github.com/opensearch-project/OpenSearch/pull/19571))

server/src/main/java/org/opensearch/index/cache/request/RequestCacheStats.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public Builder missCount(long count) {
154154
public RequestCacheStats build() {
155155
return new RequestCacheStats(this);
156156
}
157-
158157
}
159158

160159
@Override

0 commit comments

Comments
 (0)