[hotfix][docs] Fix comment typo in MysqlSnapshotSplit (#1513)

Co-authored-by: chenlei677 <chenlei677@jd.com>
pull/1521/head
empcl 2 years ago committed by GitHub
parent 72c806cb9d
commit cf8a2f4b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ public class MySqlSnapshotSplit extends MySqlSplit {
@Nullable private final Object[] splitStart;
@Nullable private final Object[] splitEnd;
/** The high watermark is not bull when the split read finished. */
/** The high watermark is not null when the split read finished. */
@Nullable private final BinlogOffset highWatermark;
@Nullable transient byte[] serializedFormCache;

Loading…
Cancel
Save