Skip to content

Commit 31bcfcc

Browse files
authored
Fixing typo in IMqttClient.java (#231)
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent df7901d commit 31bcfcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3

org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3/IMqttClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
package org.eclipse.paho.client.mqttv3;
2121

2222
/**
23-
* Enables an application to communicate with an MQTT server using using blocking methods.
23+
* Enables an application to communicate with an MQTT server using blocking methods.
2424
* <p>
2525
* This interface allows applications to utilize all features of the MQTT version 3.1
2626
* specification including:

0 commit comments

Comments
 (0)