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 e3e4d022a8f037eaa45c947370029b68d8b8a118 Author: Mike Müller <[email protected]> AuthorDate: Sun Mar 16 18:49:29 2014 +0000 corrected annotation error because of spare commas git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1578137 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/hc/samples/impl/SlowHealthCheckSample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/hc/samples/impl/SlowHealthCheckSample.java b/src/main/java/org/apache/sling/hc/samples/impl/SlowHealthCheckSample.java index 19e1783..740a62b 100644 --- a/src/main/java/org/apache/sling/hc/samples/impl/SlowHealthCheckSample.java +++ b/src/main/java/org/apache/sling/hc/samples/impl/SlowHealthCheckSample.java @@ -52,7 +52,7 @@ import org.slf4j.LoggerFactory; @Properties({ @Property(name=HealthCheck.NAME), @Property(name=HealthCheck.TAGS, unbounded=PropertyUnbounded.ARRAY), - @Property(name=HealthCheck.MBEAN_NAME), + @Property(name=HealthCheck.MBEAN_NAME) }) @Service(value=HealthCheck.class) public class SlowHealthCheckSample implements HealthCheck{ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
