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/10/18 23:20:33 UTC

[sling-org-apache-sling-hc-webconsole] 19/44: HealthCheckMetaData -> HealthCheckMetadata

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-hc-webconsole.git

commit b3c5b0174e7a3287e7c16dbb3ffa003cf9044746
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jan 3 14:08:22 2014 +0000

    HealthCheckMetaData -> HealthCheckMetadata
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1555097 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java b/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
index 68be3b9..48f48ee 100644
--- a/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
+++ b/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
@@ -164,8 +164,8 @@ public class HealthCheckWebconsolePlugin extends HttpServlet {
 
         final StringBuilder status = new StringBuilder();
 
-        status.append("Tags: ").append(exResult.getHealthCheckMetaData().getTags());
-        c.titleHtml(exResult.getHealthCheckMetaData().getTitle(), null);
+        status.append("Tags: ").append(exResult.getHealthCheckMetadata().getTags());
+        c.titleHtml(exResult.getHealthCheckMetadata().getTitle(), null);
 
         c.tr();
         c.tdContent();

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