Skip to content

Commit e0d1775

Browse files
committed
fix comment
Signed-off-by: Pei Yu <125331682@qq.com>
1 parent a6aa18d commit e0d1775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/src/main/java/org/apache/flink/cdc/connectors/elasticsearch/v2/Elasticsearch8AsyncSink.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected Elasticsearch8AsyncSink(
7979
}
8080

8181
/**
82-
* Creates a new {@link StatefulSinkWriter} for writing elements to Elasticsearch.
82+
* Creates a new {@link SinkWriter} for writing elements to Elasticsearch.
8383
*
8484
* @param context the initialization context.
8585
* @return a new instance of {@link Elasticsearch8AsyncWriter}.
@@ -100,7 +100,7 @@ public SinkWriter<InputT> createWriter(InitContext context) {
100100
}
101101

102102
/**
103-
* Restores a {@link StatefulSinkWriter} from a previously saved state.
103+
* Restores a {@link StatefulSinkWriterAdapter} from a previously saved state.
104104
*
105105
* @param context the initialization context.
106106
* @param recoveredState the recovered state.

0 commit comments

Comments
 (0)