This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-hc.git
commit d4e16c45a6997163e0dd2b3f0536e60c2d05c8bb 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@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]>.
