File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
test/yaml-rest-runner/src/main/java/org/elasticsearch/test/rest/yaml Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 2323import org .elasticsearch .client .RestClientBuilder ;
2424import org .elasticsearch .client .sniff .ElasticsearchNodesSniffer ;
2525import org .elasticsearch .common .Strings ;
26- import org .elasticsearch .common .settings .Settings ;
2726import org .elasticsearch .common .xcontent .support .XContentMapValues ;
2827import org .elasticsearch .core .IOUtils ;
2928import org .elasticsearch .core .UpdateForV9 ;
@@ -517,17 +516,6 @@ public void test() throws IOException {
517516 }
518517 }
519518
520- @ Deprecated
521- protected Settings getGlobalTemplateSettings (List <String > features ) {
522- // This method will be deleted once its uses in serverless are deleted
523- return Settings .EMPTY ;
524- }
525-
526- protected Settings getGlobalTemplateSettings (boolean defaultShardsFeature ) {
527- // This method will be deleted once its uses in serverless are deleted
528- return Settings .EMPTY ;
529- }
530-
531519 protected boolean skipSetupSections () {
532520 return false ;
533521 }
You can’t perform that action at this time.
0 commit comments