Skip to content

Commit

Permalink
删除中文逗号
Browse files Browse the repository at this point in the history
  • Loading branch information
Dodge-Z committed Nov 7, 2022
1 parent 173c7c0 commit 6c729d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public void undo(DataSourceProxy dataSourceProxy, String xid, long branchId) thr
}
if (e instanceof SQLUndoDirtyException) {
throw new BranchTransactionException(BranchRollbackFailed_Unretriable, String.format(
"Branch session rollback failed because of dirty undo logplease delete the relevant undolog after manually calibrating the data. xid = %s branchId = %s",
"Branch session rollback failed because of dirty undo log, please delete the relevant undolog after manually calibrating the data. xid = %s branchId = %s",
xid, branchId), e);
}
throw new BranchTransactionException(BranchRollbackFailed_Retriable,
Expand Down

0 comments on commit 6c729d4

Please sign in to comment.