Improve javadoc for all addons (#15667)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-09-30 21:49:12 +02:00
committed by GitHub
parent 0039e391cd
commit cbf4411034
618 changed files with 1106 additions and 1110 deletions

View File

@@ -780,7 +780,7 @@ public enum ComfoAirCommandType {
*
* @param key
* command key
* @param value
* @param command
* new state
* @return initialized ComfoAirCommand
*/

View File

@@ -68,7 +68,7 @@ public class ComfoAirSerialConnector {
/**
* Open serial port.
*
* @throws PortInUseException, UnsupportedCommOperationException, IOException
* @throws ComfoAirSerialException
*/
public void open() throws ComfoAirSerialException {
logger.debug("open(): Opening ComfoAir connection");

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.comfoair.internal;
import org.eclipse.jdt.annotation.NonNullByDefault;
/**
* The {@link ConnectException} is thrown on errors relating the serial connection.
* The {@link ComfoAirSerialException} is thrown on errors relating the serial connection.
*
* @author Hans Böhm - Initial contribution
*/