Skip to content

Commit f19a471

Browse files
belieferreswqa
authored andcommitted
[hotfix] Fix typo in ElasticsearchEmitter
1 parent 54eeaad commit f19a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-connector-elasticsearch-base/src/main/java/org/apache/flink/connector/elasticsearch/sink/ElasticsearchEmitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.elasticsearch.action.ActionRequest;
2626

2727
/**
28-
* Creates none or multiple {@link ActionRequest ActionRequests} from the incoming elements.
28+
* Creates one or multiple {@link ActionRequest ActionRequests} from the incoming elements.
2929
*
3030
* <p>This is used by sinks to prepare elements for sending them to Elasticsearch.
3131
*

0 commit comments

Comments
 (0)