mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 14:35:04 +00:00
Fix compile error from previous commit (#48230)
The previous commit, 3a6fa0bbdb16348adc478ddc10894292c8be37f0 introduces a compile error that was fixed locally but not committed. This commit adds the missing change.
This commit is contained in:
parent
3a6fa0bbdb
commit
672b2a92ca
@ -426,7 +426,7 @@ public class IndexModuleTests extends ESTestCase {
|
||||
final IndexSettings indexSettings = IndexSettingsModule.newIndexSettings("foo", settings);
|
||||
|
||||
final HashSet<Analyzer> openAnalyzers = new HashSet<>();
|
||||
final AnalysisModule.AnalysisProvider<AnalyzerProvider<?>> analysisProvider = (i,e,n,s) -> new AnalyzerProvider<>() {
|
||||
final AnalysisModule.AnalysisProvider<AnalyzerProvider<?>> analysisProvider = (i,e,n,s) -> new AnalyzerProvider<Analyzer>() {
|
||||
@Override
|
||||
public String name() {
|
||||
return "test";
|
||||
|
Loading…
x
Reference in New Issue
Block a user