Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Jul 2, 2024
1 parent 4ffb8f8 commit cdff20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public class EsSinkContext extends SinkContext {
private HttpHost[] httpHosts;

public EsSinkContext(String sinkName, Context context, Channel channel,
BufferQueue<EsIndexRequest> dispatchQueue) {
BufferQueue<EsIndexRequest> dispatchQueue) {
super(sinkName, context, channel);
this.sinkContext = context;
this.dispatchQueue = dispatchQueue;
Expand Down

0 comments on commit cdff20d

Please sign in to comment.