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

@@ -28,7 +28,8 @@ import org.eclipse.jdt.annotation.Nullable;
import org.openhab.binding.energidataservice.internal.api.dto.DatahubPricelistRecord;
/**
* Parses results from {@link DatahubPricelistRecords} into map of hourly tariffs.
* Parses results from {@link org.openhab.binding.energidataservice.internal.api.dto.DatahubPricelistRecords}
* into map of hourly tariffs.
*
* @author Jacob Laursen - Initial contribution
*/

View File

@@ -76,7 +76,8 @@ public class RetryPolicyFactory {
/**
* Determine {@link RetryStrategy} when expected spot price data is missing.
*
* @param utcTime the time of daily data request in UTC time-zone
* @param localTime the time of daily data request
* @param zoneId time-zone
* @return retry strategy
*/
public static RetryStrategy whenExpectedSpotPriceDataMissing(LocalTime localTime, ZoneId zoneId) {