Skip to content

Commit 5ee9605

Browse files
committed
Remove leftover method
1 parent 2a128d0 commit 5ee9605

File tree

1 file changed

+0
-5
lines changed
  • server/src/main/java/org/elasticsearch/common/settings

1 file changed

+0
-5
lines changed

server/src/main/java/org/elasticsearch/common/settings/Settings.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,11 +1178,6 @@ public Builder putList(String setting, List<String> values) {
11781178
return this;
11791179
}
11801180

1181-
public <T> Builder put(Setting<T> setting, T value) {
1182-
map.put(setting.getKey(), value);
1183-
return this;
1184-
}
1185-
11861181
/**
11871182
* Sets all the provided settings including secure settings
11881183
*/

0 commit comments

Comments
 (0)