mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
4a1591f2a8
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