Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
syedmhashim committed Jan 10, 2021
1 parent 8025abc commit 0d0e0d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public MqttTestClient(String brokerURL, String topic, int qos, ResultContainer r
client.connect(connectionOptions);
} catch (MqttException e) {
throw new ConnectionUnavailableException(
"Error in connecting with the Mqtt server" + e.getMessage(), e);
"Error in connecting with the Mqtt server" + e.getMessage(), e);
}
try {
mqttReceiverCallBack = new MqttReceiverCallBack();
Expand Down

0 comments on commit 0d0e0d6

Please sign in to comment.