Skip to content

Commit 07f3be5

Browse files
authored
Removing incorrect Documentation for IMqttClient.publish (#283)
* Removing incorrect Exception documentation from IMqttClient Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent d33f710 commit 07f3be5

1 file changed

Lines changed: 0 additions & 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ public interface IMqttClient { //extends IMqttAsyncClient {
817817
* @param topic to deliver the message to, for example "finance/stock/ibm".
818818
* @param message to delivery to the server
819819
* @throws MqttPersistenceException when a problem with storing the message
820-
* @throws IllegalArgumentException if value of QoS is not 0, 1 or 2.
821820
* @throws MqttException for other errors encountered while publishing the message.
822821
* For instance client not connected.
823822
*/

0 commit comments

Comments
 (0)