Skip to content

Commit b0e8db2

Browse files
committed
Apply spotless formatting to Overrides.java
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
1 parent 3e00e3d commit b0e8db2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • java-codegen/src/main/java/org/opensearch/client/codegen/transformer/overrides

java-codegen/src/main/java/org/opensearch/client/codegen/transformer/overrides/Overrides.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ private static JsonPointer schema(String namespace, String name) {
208208
so -> so.withProperties(
209209
p -> p.with("aggregations", po -> po.withAliases(Set.of("aggs")))
210210
.with("aggs", po -> po.withIgnore(true))
211-
// The server ignores include_named_queries_score in the request body and renders named query scores only when it is sent as a query parameter. See https://github.com/opensearch-project/OpenSearch/issues/22689. Remove this once the server honors the body value.
211+
// The server ignores include_named_queries_score in the request body and renders named query scores only when
212+
// it is sent as a query parameter. See https://github.com/opensearch-project/OpenSearch/issues/22689. Remove
213+
// this once the server honors the body value.
212214
.with("include_named_queries_score", po -> po.withIgnore(true))
213215
)
214216
)

0 commit comments

Comments
 (0)