koppelting
Bertrik Sikken 2017-08-23 13:04:50 +02:00
rodzic 5cc5bc7a02
commit 2f4b7960fc
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ public final class ListenerInformationDoc extends ListenerDoc {
* Constructor.
*
* @param date the date
* @param callSign the listener call sign
* @param receiver the HAB receiver
*/
public ListenerInformationDoc(Date date, HabReceiver receiver) {
super("listener_information", date);

Wyświetl plik

@ -50,7 +50,7 @@ public final class TtnListener {
/**
* Starts this module.
*
* @throws MqttException
* @throws MqttException in case something went wrong with MQTT
*/
public void start() throws MqttException {
LOG.info("Starting TTN listener");