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-samples.git
commit cea33fbb7f47e16550bdb7a4328b9403ae1895ae Author: Bertrand Delacretaz <[email protected]> AuthorDate: Thu Jul 31 09:31:34 2014 +0000 SLING-3624 - test DynamicMBean registration from annotation git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1614840 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/sling/hc/samples/impl/AnnotatedHealthCheckSample.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/hc/samples/impl/AnnotatedHealthCheckSample.java b/src/main/java/org/apache/sling/hc/samples/impl/AnnotatedHealthCheckSample.java index 79e293b..0d33113 100644 --- a/src/main/java/org/apache/sling/hc/samples/impl/AnnotatedHealthCheckSample.java +++ b/src/main/java/org/apache/sling/hc/samples/impl/AnnotatedHealthCheckSample.java @@ -28,7 +28,8 @@ import org.apache.sling.hc.util.FormattingResultLog; * annotation. */ @SlingHealthCheck( - name="annotatedHC", + name="Annotated Health Check Sample", + mbeanName="annotatedHC", description="Sample Health Check defined by a java annotation", tags={"sample","annotation"}) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
