Skip to content

Commit

Permalink
Rename and relocate example
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Reimann <[email protected]>
  • Loading branch information
ctron committed May 17, 2021
1 parent 683b982 commit 2c2d1d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package io.vertx.mqtt.example;
package examples;

import io.vertx.core.Vertx;
import io.vertx.mqtt.MqttClientSession;
import io.vertx.mqtt.MqttClientSessionOptions;

public class MqttSessionExample {
public class VertxMqttClientSessionExample {

public static void main(String[] args) {
Vertx vertx = Vertx.vertx();
Expand Down

0 comments on commit 2c2d1d6

Please sign in to comment.