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

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

commit c3b08cb8404be98c02fc3f55e8b2f6182a60271e
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Fri Jan 3 14:08:22 2014 +0000

    HealthCheckMetaData -> HealthCheckMetadata
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/healthcheck/webconsole@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
"[email protected]" <[email protected]>.

Reply via email to