Add link to specification.

koppelting
Bertrik Sikken 2017-08-22 02:12:54 +02:00
rodzic a7787218df
commit ba17d8300b
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -8,9 +8,9 @@ import com.fasterxml.jackson.databind.node.ObjectNode;
/**
* Listener information doc.
*
* @see http://habitat.habhub.org/jse/#schemas/listener_information.json
* SEE http://habitat.habhub.org/jse/#schemas/listener_information.json
*
* @note the document above does NOT describe all fields that are present in practice!
* NOTE the document above does NOT describe all fields that are present in practice!
* There are also fields like "radio", "antenna", "location", "name"
*/
public final class ListenerInformationDoc extends ListenerDoc {

Wyświetl plik

@ -10,7 +10,7 @@ import nl.sikken.bertrik.hab.habitat.HabReceiver;
/**
* Listener telemetry doc.
*
* @see http://habitat.habhub.org/jse/#schemas/listener_telemetry.json
* SEE http://habitat.habhub.org/jse/#schemas/listener_telemetry.json
*/
public final class ListenerTelemetryDoc extends ListenerDoc {