Skip to content

Commit 906b52a

Browse files
committed
Apply suggestions from code review
1 parent 7cbf3c2 commit 906b52a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/hivemq/client/mqtt/mqtt5/message/connect/connack/Mqtt5ConnAckReasonCode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public enum Mqtt5ConnAckReasonCode implements Mqtt5ReasonCode {
4343
*/
4444
MALFORMED_PACKET(MqttCommonReasonCode.MALFORMED_PACKET),
4545
/**
46-
* The CONNECT contained data that is not allowed by the MQTT protocol.
46+
* The CONNECT packet contained data that is not allowed by the MQTT protocol.
4747
*/
4848
PROTOCOL_ERROR(MqttCommonReasonCode.PROTOCOL_ERROR),
4949
/**

src/main/java/com/hivemq/client/mqtt/mqtt5/message/publish/pubcomp/Mqtt5PubCompReasonCode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public enum Mqtt5PubCompReasonCode implements Mqtt5ReasonCode {
3232

3333
/**
34-
* Packet identifier released. Publication of QoS 2 message is complete.
34+
* Packet identifier released. Publication of the QoS 2 message is complete.
3535
*/
3636
SUCCESS(MqttCommonReasonCode.SUCCESS),
3737
/**

0 commit comments

Comments
 (0)