Skip to content

Commit 3f025d1

Browse files
committed
fix style
1 parent dd135cc commit 3f025d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ private void recoverProcessOpSendMsgFrom(ClientCnx cnx, MessageImpl from, long e
21062106
}
21072107

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

0 commit comments

Comments
 (0)