protected Result check()

in src/main/java/org/apache/freemarker/onlinetester/healthchecks/FreeMarkerOnlineTesterOverallHealthCheck.java [27:29]


    protected Result check() throws Exception {
        return Result.healthy(); // we're always healthy!
    }