Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -84,7 +84,6 @@ public final class RequestResponseFactory {
|
||||
*
|
||||
* @param command
|
||||
* @param parameter
|
||||
* @param zone
|
||||
* @return
|
||||
*/
|
||||
public static ParameterizedCommand getIpControlCommand(ParameterizedCommandType command, String parameter) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user