summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorKristian Aune <kraune@yahoo-inc.com>2017-05-19 11:35:05 +0200
committerKristian Aune <kraune@yahoo-inc.com>2017-05-19 11:35:05 +0200
commit9c2bdb8f13b2e0d20484035c7c43bf219c2ef660 (patch)
treefab225085fffcb862333a38c719a13ab42d85089 /sample-apps
parent79361257001ca22a49c2a3cfc0a7d2b72809da5f (diff)
fix import, no deprecations
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/basic-search-java/src/test/java/com/yahoo/example/ExampleProcessorTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-apps/basic-search-java/src/test/java/com/yahoo/example/ExampleProcessorTest.java b/sample-apps/basic-search-java/src/test/java/com/yahoo/example/ExampleProcessorTest.java
index 4aa03c4ed12..125cc5cbecc 100644
--- a/sample-apps/basic-search-java/src/test/java/com/yahoo/example/ExampleProcessorTest.java
+++ b/sample-apps/basic-search-java/src/test/java/com/yahoo/example/ExampleProcessorTest.java
@@ -9,7 +9,7 @@ import com.yahoo.processing.execution.Execution;
import org.junit.Test;
import static org.junit.Assert.assertThat;
-import static org.junit.matchers.JUnitMatchers.containsString;
+import static org.hamcrest.CoreMatchers.containsString;
public class ExampleProcessorTest {