We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33f710 commit 07f3be5Copy full SHA for 07f3be5
1 file changed
org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3/IMqttClient.java
@@ -817,7 +817,6 @@ public interface IMqttClient { //extends IMqttAsyncClient {
817
* @param topic to deliver the message to, for example "finance/stock/ibm".
818
* @param message to delivery to the server
819
* @throws MqttPersistenceException when a problem with storing the message
820
- * @throws IllegalArgumentException if value of QoS is not 0, 1 or 2.
821
* @throws MqttException for other errors encountered while publishing the message.
822
* For instance client not connected.
823
*/
0 commit comments