Adding missing private constructor
Signed-off-by: Dominik Herbst <dominik.herbst@bosch-si.com>
This commit is contained in:
@@ -24,6 +24,9 @@ import org.eclipse.hawkbit.tenancy.configuration.TenantConfigurationKey;
|
|||||||
*/
|
*/
|
||||||
public final class TimestampCalculator {
|
public final class TimestampCalculator {
|
||||||
|
|
||||||
|
private TimestampCalculator() {
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calculates the overdue timestamp (<em>overdue_ts</em>) based on the
|
* Calculates the overdue timestamp (<em>overdue_ts</em>) based on the
|
||||||
* current timestamp and the intervals for polling and poll-overdue:
|
* current timestamp and the intervals for polling and poll-overdue:
|
||||||
|
|||||||
Reference in New Issue
Block a user