Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyuan03 committed Mar 27, 2023
1 parent 321142a commit cda77ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ private boolean containsPrimaryKey() {
return !CollectionUtil.isNullOrEmpty(currentSnapshotSplit.getSplitKeyType().getFields());
}

/** Collect records need to be sent, except low/high watermark */
/** Collect records need to be sent, except low/high watermark. */
interface SnapshotRecords {
void collect(SourceRecord record, boolean reachBinlogStart);

Expand Down

0 comments on commit cda77ab

Please sign in to comment.