Skip to content

Commit

Permalink
Fix add-ons port (openhab#7792)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <[email protected]>
Signed-off-by: CSchlipp <[email protected]>
  • Loading branch information
wborn authored and CSchlipp committed Jul 26, 2020
1 parent 1226253 commit d81a032
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 d81a032

Please sign in to comment.