Remove `Request.Params#flatSettings` leftover (#29676)

Relates to #29560
This commit is contained in:
Luca Cavanna 2018-05-01 09:33:31 +02:00 committed by GitHub
parent 80e48bbcde
commit 74504acb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -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());