This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1ff2614  Adjusted the example to match some API changes in the 
upstream cloud-bee library.
1ff2614 is described below

commit 1ff2614fc3e81d0b61ef74f2b0bf32c0c2ae6219
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Thu Jan 3 15:21:34 2019 +0100

    Adjusted the example to match some API changes in the upstream cloud-bee 
library.
---
 .../plc4x/java/examples/connectivity/mqtt/MqttConnector.java | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/examples/hello-connectivity-mqtt/src/main/java/org/apache/plc4x/java/examples/connectivity/mqtt/MqttConnector.java
 
b/examples/hello-connectivity-mqtt/src/main/java/org/apache/plc4x/java/examples/connectivity/mqtt/MqttConnector.java
index 685f63d..cafa59d 100644
--- 
a/examples/hello-connectivity-mqtt/src/main/java/org/apache/plc4x/java/examples/connectivity/mqtt/MqttConnector.java
+++ 
b/examples/hello-connectivity-mqtt/src/main/java/org/apache/plc4x/java/examples/connectivity/mqtt/MqttConnector.java
@@ -33,12 +33,12 @@ import org.apache.plc4x.java.api.messages.PlcReadRequest;
 import org.apache.plc4x.java.api.messages.PlcReadResponse;
 import org.apache.plc4x.java.examples.connectivity.mqtt.model.Configuration;
 import org.apache.plc4x.java.examples.connectivity.mqtt.model.PlcFieldConfig;
-import org.mqttbee.api.mqtt.MqttClient;
-import org.mqttbee.api.mqtt.datatypes.MqttQos;
-import org.mqttbee.api.mqtt.mqtt3.Mqtt3RxClient;
-import org.mqttbee.api.mqtt.mqtt3.message.connect.connack.Mqtt3ConnAck;
-import org.mqttbee.api.mqtt.mqtt3.message.publish.Mqtt3Publish;
-import org.mqttbee.api.mqtt.mqtt3.message.publish.Mqtt3PublishResult;
+import org.mqttbee.mqtt.MqttClient;
+import org.mqttbee.mqtt.datatypes.MqttQos;
+import org.mqttbee.mqtt.mqtt3.Mqtt3RxClient;
+import org.mqttbee.mqtt.mqtt3.message.connect.connack.Mqtt3ConnAck;
+import org.mqttbee.mqtt.mqtt3.message.publish.Mqtt3Publish;
+import org.mqttbee.mqtt.mqtt3.message.publish.Mqtt3PublishResult;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 

Reply via email to