|
@@ -458,7 +458,7 @@ public class Setting<T> implements ToXContentObject {
|
|
|
* @return the raw string representation of the setting value
|
|
|
*/
|
|
|
String innerGetRaw(final Settings settings) {
|
|
|
- return settings.get(getKey(), defaultValue.apply(settings), isListSetting());
|
|
|
+ return settings.get(getKey(), defaultValue.apply(settings));
|
|
|
}
|
|
|
|
|
|
/** Logs a deprecation warning if the setting is deprecated and used. */
|