Fix javadoc issues.

ttnv3
Bertrik Sikken 2020-06-14 14:04:05 +02:00
rodzic e7283fea85
commit 2818c3aaba
3 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -39,7 +39,6 @@ public final class CayenneMessage {
* Parses the byte array into a cayenne message. * Parses the byte array into a cayenne message.
* *
* @param data the raw data * @param data the raw data
* @return the cayenne message
* @throws CayenneException in case of a parsing problem * @throws CayenneException in case of a parsing problem
*/ */
public void parse(byte[] data) throws CayenneException { public void parse(byte[] data) throws CayenneException {

Wyświetl plik

@ -29,7 +29,7 @@ public final class PayloadDecoder {
/** /**
* Constructor. * Constructor.
* *
* @param encodingName the payload encoding name * @param encoding the payload encoding
*/ */
public PayloadDecoder(EPayloadEncoding encoding) { public PayloadDecoder(EPayloadEncoding encoding) {
LOG.info("Payload decoder initialised for '{}' format", encoding); LOG.info("Payload decoder initialised for '{}' format", encoding);

Wyświetl plik

@ -27,7 +27,7 @@ public final class TtnListener {
/** /**
* Constructor. * Constructor.
* *
* @param receiveCallback the interface for indicating a received message. * @param callback the listener for a received message.
* @param url the URL of the MQTT server * @param url the URL of the MQTT server
* @param appId the user name * @param appId the user name
* @param appKey the password * @param appKey the password