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 8dbd8e88fd1068c640f0365db69e01db4e6850e3 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Aug 12 15:07:32 2013 +0000 SLING-2987 - splitting into several bundles, work in progress git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/it@1513157 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 10daae2..ac9d595 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 @@ -33,8 +33,8 @@ import javax.inject.Inject; 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.util.HealthCheckSelector; import org.junit.After; import org.junit.Before; import org.junit.Test; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
