File tree Expand file tree Collapse file tree
org.eclipse.paho.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ public int getMaxReconnectDelay() {
320320 * Set the maximum time to wait between reconnects
321321 * @param maxReconnectDelay the duration (in millis)
322322 */
323- public void setMaxReconnectDelay (int macReconnectDelay ) {
324- this .maxReconnectDelay = macReconnectDelay ;
323+ public void setMaxReconnectDelay (int maxReconnectDelay ) {
324+ this .maxReconnectDelay = maxReconnectDelay ;
325325 }
326326
327327
Original file line number Diff line number Diff line change @@ -1317,7 +1317,7 @@ protected void notifyComplete(MqttToken token) throws MqttException {
13171317 * Updates a token with the latest reason codes, currently only used for PubRec
13181318 * messages.
13191319 *
1320- * @param msg
1320+ * @param ack
13211321 * - The message that we are using for the update
13221322 * @param token
13231323 * - The Token we are updating
You can’t perform that action at this time.
0 commit comments