Skip to content

Commit 378790c

Browse files
committed
Remove Request.Params#flatSettings leftover (#29676)
Relates to #29560
1 parent 76aad6c commit 378790c

File tree

1 file changed

+0
-7
lines changed
  • client/rest-high-level/src/main/java/org/elasticsearch/client

1 file changed

+0
-7
lines changed

client/rest-high-level/src/main/java/org/elasticsearch/client/Request.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -842,13 +842,6 @@ Params withLocal(boolean local) {
842842
return this;
843843
}
844844

845-
Params withFlatSettings(boolean flatSettings) {
846-
if (flatSettings) {
847-
return putParam("flat_settings", Boolean.TRUE.toString());
848-
}
849-
return this;
850-
}
851-
852845
Params withIncludeDefaults(boolean includeDefaults) {
853846
if (includeDefaults) {
854847
return putParam("include_defaults", Boolean.TRUE.toString());

0 commit comments

Comments
 (0)