Skip to content

Commit 5a968b3

Browse files
committed
fixed typo
1 parent 1e5b8a2 commit 5a968b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbsync/src/main/java/com/taobao/tddl/dbsync/binlog/event/QueryLogEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ private static final String findCodeName(final int code) {
819819
case Q_MASTER_DATA_WRITTEN_CODE:
820820
return "Q_MASTER_DATA_WRITTEN_CODE";
821821
case Q_INVOKER:
822-
return "case Q_INVOKER";
822+
return "Q_INVOKER";
823823
case Q_MICROSECONDS:
824824
return "Q_MICROSECONDS";
825825
case Q_UPDATED_DB_NAMES:

0 commit comments

Comments
 (0)