Skip to content

Commit 0366ded

Browse files
committed
fix comment
1 parent 75504fd commit 0366ded

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/databend/kafka/connect/sink/records/DatabendRecordContent.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public class DatabendRecordContent {
2525
* <p>If we change this logic in future, we need to carefully modify how we handle tombstone
2626
* records.
2727
*
28-
* <p>@see SnowflakeSinkServiceV1#shouldSkipNullValue(SinkRecord)
2928
*/
3029
public DatabendRecordContent() {
3130
content = new JsonNode[1];

0 commit comments

Comments
 (0)