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

@@ -114,7 +114,7 @@ public abstract class BoschSHCHandler extends BaseThingHandler {
/**
* Initializes this handler. Use this method to register all services of the device with
* {@link #registerService(BoschSHCService)}.
* {@link #registerService(TService, Consumer<TState>, Collection<String>, boolean)}.
*/
@Override
public void initialize() {

View File

@@ -103,7 +103,7 @@ public class BoschHttpClient extends HttpClient {
}
/**
* Returns a SmartHome URL for the endpoint - shortcut of {@link BoschSslUtil::getBoschShcUrl()}
* Returns a SmartHome URL for the endpoint - shortcut of {@link #getBoschShcUrl(String)}
*
* @param endpoint an endpoint, see https://apidocs.bosch-smarthome.com/local/index.html
* @return SmartHome URL for passed endpoint

View File

@@ -16,8 +16,8 @@ import org.openhab.binding.boschshc.internal.services.dto.BoschSHCServiceState;
import org.openhab.core.library.types.OnOffType;
/**
* State for {@link ChildLockService} to activate and deactivate the child lock
* of a device.
* State for {@link org.openhab.binding.boschshc.internal.services.childlock.ChildLockService}
* to activate and deactivate the child lock of a device.
*
* @author Christian Oeing - Initial contribution
*/

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.boschshc.internal.services.powermeter.dto;
import org.openhab.binding.boschshc.internal.services.dto.BoschSHCServiceState;
/**
* State for {@link PowerMeterService}
* State for {@link org.openhab.binding.boschshc.internal.services.powermeter.PowerMeterService}
*
* @author Stefan Kästle - Initial contribution
*/