summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-11-18 16:26:34 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2016-11-18 16:26:34 +0100
commit31330693c68c66f42c27405899d2da42b6fcc585 (patch)
treeed49979af1553800da844b19bbf1a69e8a0d12e3 /vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java
parent11fea5fe5f272e1287cf2ece52db49c142def9d6 (diff)
Suppress deprecation warnings
Diffstat (limited to 'vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java')
-rwxr-xr-xvespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java b/vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java
index 1e39b9766b1..d762797765b 100755
--- a/vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java
+++ b/vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java
@@ -41,6 +41,7 @@ import java.util.zip.GZIPOutputStream;
import static org.junit.Assert.*;
+@SuppressWarnings("deprecation")
public class GetSearcherTestCase {
private DocumentTypeManager docMan = null;