summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/txn_two_phase_commit_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/txn_two_phase_commit_cmds.cpp')
-rw-r--r--src/mongo/db/s/txn_two_phase_commit_cmds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/s/txn_two_phase_commit_cmds.cpp b/src/mongo/db/s/txn_two_phase_commit_cmds.cpp
index 3fce3dda429..c9d81e668ee 100644
--- a/src/mongo/db/s/txn_two_phase_commit_cmds.cpp
+++ b/src/mongo/db/s/txn_two_phase_commit_cmds.cpp
@@ -52,7 +52,7 @@ MONGO_FAIL_POINT_DEFINE(participantReturnNetworkErrorForPrepareAfterExecutingPre
class PrepareTransactionCmd : public TypedCommand<PrepareTransactionCmd> {
public:
bool skipApiVersionCheck() const override {
- /* Internal command (server to server) */
+ // Internal command (server to server).
return true;
}
@@ -230,7 +230,7 @@ public:
using Request = CoordinateCommitTransaction;
bool skipApiVersionCheck() const override {
- /* Internal command (server to server) */
+ // Internal command (server to server).
return true;
}