This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.hc.it-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-it.git
commit e22b0c81aef6580761cbbb81001a334eb6554d2d Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Aug 12 14:49:50 2013 +0000 SLING-2987 - refactor API, especially the Result model git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/it@1513154 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java b/src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java index 171202b..10daae2 100644 --- a/src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java +++ b/src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java @@ -35,7 +35,6 @@ import org.apache.sling.hc.api.Constants; import org.apache.sling.hc.api.HealthCheck; import org.apache.sling.hc.api.HealthCheckSelector; import org.apache.sling.hc.api.Result; -import org.apache.sling.hc.api.ResultLog; import org.junit.After; import org.junit.Before; import org.junit.Test; @@ -96,7 +95,7 @@ public class HealthCheckSelectorTest { } @Override - public Result execute(ResultLog log) { + public Result execute() { return null; } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
