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

@@ -22,7 +22,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.core.thing.ThingTypeUID;
/**
* The {@link PioneerAvrBinding} class defines common constants, which are used across the whole binding.
* The {@link PioneerAvrBindingConstants} class defines common constants, which are used across the whole binding.
*
* @author Antoine Besnard - Initial contribution
* @author Leroy Foerster - Listening Mode, Playing Listening Mode

View File

@@ -33,8 +33,6 @@ public class DisplayInformation {
* parse the display status text send from the receiver
*
* @param responsePayload the responses payload, that is without the leading "FL"
*
* @return
*/
public DisplayInformation(String responsePayload) {
volumeDisplay = false;

View File

@@ -84,7 +84,6 @@ public final class RequestResponseFactory {
*
* @param command
* @param parameter
* @param zone
* @return
*/
public static ParameterizedCommand getIpControlCommand(ParameterizedCommandType command, String parameter) {

View File

@@ -152,7 +152,6 @@ public interface AvrConnection {
* Send an MCACC Memory selection command to the AVR based on the openHAB command
*
* @param command
* @param zone
* @return
*/
boolean sendMCACCMemoryCommand(Command command) throws CommandTypeNotSupportedException;