amitjoy commented on a change in pull request #30:
URL: https://github.com/apache/felix-dev/pull/30#discussion_r450218546
##########
File path:
healthcheck/api/src/main/java/org/apache/felix/hc/api/execution/HealthCheckMetadata.java
##########
@@ -130,6 +132,12 @@ public String getAsyncCronExpression() {
public Long getAsyncIntervalInSec() {
return asyncIntervalInSec;
}
+
+ /** Return the initial delay for interval in sec used for asynchronous
execution.
+ * @return the initial delay for the async interval (or <code>null</code>
if not set) */
Review comment:
Yes, but the object returned here is `Long` which has been purposefully
done to conform to the existing coding convention in Felix HC
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]