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

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

commit f1c6fbcc502ea076edd816c20157fc9d5d557ef4
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Aug 17 11:33:39 2016 +0000

    fix typo
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/installer/hc@1756619 
13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java 
b/src/main/java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java
index 3a7b578..d718030 100644
--- a/src/main/java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java
+++ b/src/main/java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java
@@ -95,7 +95,7 @@ public class OsgiInstallerHealthCheck implements HealthCheck {
         }
         hcLog.info("Checked {} OSGi bundles and {} configurations.", 
numCheckedBundles, numCheckedConfigurations);
         if (hcLog.getAggregateStatus().ordinal() >= 
Result.Status.WARN.ordinal()) {
-            hcLog.info("Refer to the OSGI installers documentation page at {} 
for further details on how to fix those issues.", DOCUMENTATION_URL);
+            hcLog.info("Refer to the OSGI installer's documentation page at {} 
for further details on how to fix those issues.", DOCUMENTATION_URL);
         }
         return new Result(hcLog);
     }

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to