Remove `Request.Params#flatSettings` leftover (#29676)
Relates to #29560
This commit is contained in:
parent
80e48bbcde
commit
74504acb0d
|
@ -841,13 +841,6 @@ public final class Request {
|
|||
return this;
|
||||
}
|
||||
|
||||
Params withFlatSettings(boolean flatSettings) {
|
||||
if (flatSettings) {
|
||||
return putParam("flat_settings", Boolean.TRUE.toString());
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
Params withIncludeDefaults(boolean includeDefaults) {
|
||||
if (includeDefaults) {
|
||||
return putParam("include_defaults", Boolean.TRUE.toString());
|
||||
|
|
Loading…
Reference in New Issue