Skip to content

Commit

Permalink
Update to OpenSearch internal breaking change
Browse files Browse the repository at this point in the history
The method to split a string was moved to a different module/package.

See the following ticket for more details:
<opensearch-project/OpenSearch#7508>

Signed-off-by: Lukáš Vlček <[email protected]>
  • Loading branch information
lukas-vlcek committed Aug 1, 2023
1 parent ee83326 commit a467002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package org.compuscene.metrics.prometheus;

import org.opensearch.action.support.IndicesOptions;
import org.opensearch.common.Strings;
import org.opensearch.core.common.Strings;
import org.opensearch.common.settings.ClusterSettings;
import org.opensearch.common.settings.Setting;
import org.opensearch.common.settings.Settings;
Expand Down

0 comments on commit a467002

Please sign in to comment.