diff --git a/org.eclipse.paho.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client/MqttConnectionOptions.java b/org.eclipse.paho.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client/MqttConnectionOptions.java index ff6283db..5eba489a 100644 --- a/org.eclipse.paho.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client/MqttConnectionOptions.java +++ b/org.eclipse.paho.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client/MqttConnectionOptions.java @@ -510,12 +510,15 @@ public Long getSessionExpiryInterval() { * the maximum time that the broker will maintain the session for once the * client disconnects. Clients should only connect with a long Session Expiry * interval if they intend to connect to the server at some later point in time. - * + * * * * When the client has determined that it has no longer any use for the session,