Skip to content

Commit e7892e4

Browse files
committed
Small javadoc improvements
1 parent 94dc5c7 commit e7892e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/hivemq/client/mqtt/lifecycle/MqttClientReconnector.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public interface MqttClientReconnector {
4949
*/
5050
boolean DEFAULT_RECONNECT = false;
5151
/**
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.
5353
*
5454
* @since 1.2
5555
*/
@@ -132,7 +132,7 @@ public interface MqttClientReconnector {
132132

133133
/**
134134
* Instructs the client to queue pending Publish messages and automatically publish them even if the session expired
135-
* before reconnected.
135+
* before reconnected successfully.
136136
* <p>
137137
* When the client reconnected successfully and its session is still present, the client will always queue pending
138138
* Publish messages and automatically publish them to ensure the QoS guarantees.

0 commit comments

Comments
 (0)