You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:40:01 UTC

[sling-org-apache-sling-hc-support] 14/31: SLING-3034 - explain what this is for

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.hc.support-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git

commit 08e38a51138b9c26187a37859df00472d5380445
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Sep 2 13:32:04 2013 +0000

    SLING-3034 - explain what this is for
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/healthchecks@1519438 13f79535-47bb-0310-9956-ffa450edef68
---
 .../sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java b/src/main/java/org/apache/sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java
index 74c9e4b..f27c524 100644
--- a/src/main/java/org/apache/sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java
+++ b/src/main/java/org/apache/sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java
@@ -40,7 +40,9 @@ import org.osgi.service.component.ComponentContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/** {@link HealthCheck} that checks the HTTP status of Sling requests */
+/** {@link HealthCheck} that checks the HTTP status of Sling requests.
+ *  Typically used to check that a freshly installed Sling-based system
+ *  is in good shape, contains all required content etc. */
 @Component(
         name="org.apache.sling.hc.SlingRequestStatusHealthCheck",
         configurationFactory=true,

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.