Skip to content

Commit

Permalink
Added DoNotImplement annotations missing in Mqtt3/5Publishes
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Apr 16, 2019
1 parent 08fa491 commit b0b029b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -169,6 +169,7 @@ public interface Mqtt3BlockingClient extends Mqtt3Client {
/**
* Resource which queues incoming Publish messages until they are received.
*/
@DoNotImplement
interface Mqtt3Publishes extends AutoCloseable {

/**
Expand Down
Expand Up @@ -217,6 +217,7 @@ default void disconnect() {
/**
* Resource which queues incoming Publish messages until they are received.
*/
@DoNotImplement
interface Mqtt5Publishes extends AutoCloseable {

/**
Expand Down

0 comments on commit b0b029b

Please sign in to comment.