triller-telekom commented on a change in pull request #30:
URL: https://github.com/apache/felix-dev/pull/30#discussion_r450216939



##########
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:
       Won't this be `0` instead of `null`, if it is not set? Because the 
default implementation sets it to `0`.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to