File tree 1 file changed +2
-2
lines changed
src/main/java/com/hivemq/client/mqtt/lifecycle
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public interface MqttClientReconnector {
49
49
*/
50
50
boolean DEFAULT_RECONNECT = false ;
51
51
/**
52
- * If resubscribe when the session expired before the client reconnected successfully is enabled by defaultt .
52
+ * If resubscribe when the session expired before the client reconnected successfully is enabled by default .
53
53
*
54
54
* @since 1.2
55
55
*/
@@ -132,7 +132,7 @@ public interface MqttClientReconnector {
132
132
133
133
/**
134
134
* Instructs the client to queue pending Publish messages and automatically publish them even if the session expired
135
- * before reconnected.
135
+ * before reconnected successfully .
136
136
* <p>
137
137
* When the client reconnected successfully and its session is still present, the client will always queue pending
138
138
* Publish messages and automatically publish them to ensure the QoS guarantees.
You can’t perform that action at this time.
0 commit comments