Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: gengjun-git <[email protected]>
  • Loading branch information
gengjun-git committed Sep 3, 2024
1 parent e1f9c28 commit 01fce42
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,6 @@ public void readFields(DataInput in) throws IOException {
}
case OperationType.OP_DELETE_REPLICATION_JOB: {
data = ReplicationJobLog.read(in);
isRead = true;
break;
}
case OperationType.OP_RECOVER_PARTITION_VERSION: {
Expand Down

0 comments on commit 01fce42

Please sign in to comment.