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

@@ -32,7 +32,7 @@ import org.openhab.binding.nibeuplink.internal.model.DataResponseTransformer;
import org.openhab.core.thing.Channel;
/**
* generic command that retrieves status values for all channels defined in {@link VVM320Channels}
* generic command that retrieves status values for all channels defined in VVM320Channels
*
* @author Alexander Friese - initial contribution
*/

View File

@@ -208,8 +208,6 @@ public class UplinkWebInterface implements AtomicReferenceTrait {
/**
* Constructor to set up interface
*
* @param config the Bridge configuration
*/
public UplinkWebInterface(ScheduledExecutorService scheduler, NibeUplinkHandler handler, HttpClient httpClient) {
this.uplinkHandler = handler;

View File

@@ -32,8 +32,9 @@ import org.openhab.core.types.State;
@NonNullByDefault
public interface NibeUplinkHandler extends ThingHandler, ChannelProvider {
/**
* Called from {@link NibeUplinkWebInterface#authenticate()} to update
* the thing status because updateStatus is protected.
* Called from
* {@link org.openhab.binding.nibeuplink.internal.connector.UplinkWebInterface.WebRequestExecutor#authenticate()}
* to update the thing status because updateStatus is protected.
*
* @param status Bridge status
* @param statusDetail Bridge status detail