Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user