Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason918 committed Jan 29, 2022
1 parent dd135cc commit 3f025d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ private void recoverProcessOpSendMsgFrom(ClientCnx cnx, MessageImpl from, long e
}

/**
* Check final message size for non-batch and non-chunked messages only
* Check final message size for non-batch and non-chunked messages only.
*/
public boolean checkMaxMessageSize(OpSendMsg op) {
if (op.msg != null && op.totalChunks <= 1) {
Expand Down

0 comments on commit 3f025d1

Please sign in to comment.