mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This commit replaces the uses of Strings#splitStringToArray in favor of String#split as this method has been removed from core. Relates elastic/elasticsearch#2175 Original commit: elastic/x-pack-elasticsearch@97ec094fa0