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:43:07 UTC

[sling-org-apache-sling-installer-hc] 05/09: fix typo

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 b88f07dac9fe31e3b789395f3f12af394a475e71
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Mar 1 16:17:20 2017 +0000

    fix typo
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/installer/hc@1784983 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 3fd4f99..e423664 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 installer's 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
"commits@sling.apache.org" <co...@sling.apache.org>.