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

@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.core.thing.ThingTypeUID;
/**
* The {@link MieleBinding} class defines common constants, which are
* The {@link MieleBindingConstants} class defines common constants, which are
* used across the whole binding.
*
* @author Karel Goderis - Initial contribution

View File

@@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
/**
* The {@link MieleMDNSDiscoveryParticipant} is responsible for discovering Miele XGW3000 Gateways. It uses the central
* {@link MDNSDiscoveryService}.
* {@link org.openhab.core.config.discovery.mdns.internal.MDNSDiscoveryService}.
*
* @author Karel Goderis - Initial contribution
* @author Martin Lepsy - Added check for Miele gateway for cleaner discovery

View File

@@ -37,7 +37,7 @@ public interface ApplianceStatusListener {
/**
* This method is called whenever a "property" of the given appliance has changed.
*
* @param dco the POJO containing the new state of the property
* @param dp the POJO containing the new state of the property
*/
void onAppliancePropertyChanged(DeviceProperty dp);