Skip to content

Commit

Permalink
[hotfix][elasticsearch] Make TestEmitter#createIndexRequest private
Browse files Browse the repository at this point in the history
  • Loading branch information
fapaul committed Mar 21, 2022
1 parent 010f622 commit dda63cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void emit(
indexer.add(createIndexRequest(element));
}

public IndexRequest createIndexRequest(Tuple2<Integer, String> element) {
private IndexRequest createIndexRequest(Tuple2<Integer, String> element) {
Map<String, Object> document = new HashMap<>();
document.put(dataFieldName, element.f1);
try {
Expand Down

0 comments on commit dda63cf

Please sign in to comment.