Skip to content

Commit 6c81ab6

Browse files
committed
fixed compiler error
1 parent 99aefaa commit 6c81ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dbsync/src/main/java/com/taobao/tddl/dbsync/binlog/LogDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ public static LogEvent decode(LogBuffer buffer, LogHeader header, LogContext con
418418
logPosition.position = header.getLogPos();
419419
return event;
420420
}
421-
com.alibaba.otter.canal.client.adapter.rdb.service.RdbSyncService.lambda default:
421+
default:
422422
/*
423423
* Create an object of Ignorable_log_event for unrecognized
424424
* sub-class. So that SLAVE SQL THREAD will only update the

0 commit comments

Comments
 (0)