Skip to content

Commit

Permalink
Fix add-ons port (#7792)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored May 26, 2020
1 parent aa3268e commit 500ce34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
ConfigurableService.SERVICE_PROPERTY_LABEL + "=MQTT Embedded Broker" })
@NonNullByDefault
public class EmbeddedBrokerService
implements ConfigurableService, MqttConnectionObserver, MqttServiceObserver, MqttEmbeddedBrokerStartedListener {
implements MqttConnectionObserver, MqttServiceObserver, MqttEmbeddedBrokerStartedListener {
private final MqttService service;
private String persistenceFilename = "";
// private NetworkServerTls networkServerTls; //TODO wait for NetworkServerTls implementation
Expand Down

0 comments on commit 500ce34

Please sign in to comment.