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 SleepIQBinding} class defines common constants, which are
* The {@link SleepIQBindingConstants} class defines common constants, which are
* used across the whole binding.
*
* @author Gregory Moyer - Initial contribution

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.sleepiq.internal.api.dto;
import java.util.List;
/**
* The {@link SleeperResponse} holds the information about the sleepers assigned to the bed sides.
* The {@link SleepersResponse} holds the information about the sleepers assigned to the bed sides.
*
* @author Gregory Moyer - Initial contribution
*/

View File

@@ -384,8 +384,9 @@ public class SleepIQCloudHandler extends ConfigStatusBridgeHandler {
/**
* Update the given foundation properties with features of the given bed foundation.
*
* @param bed the source of data
* @param bedId the source of data
* @param features the foundation features to update (this may be <code>null</code>)
* @param properties
* @return the given map (or a new map if no map was given) with updated/set properties from the supplied bed
*/
public Map<String, String> updateFeatures(final String bedId, final @Nullable FoundationFeaturesResponse features,