summaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com/yahoo/document/serialization/XmlStreamTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/test/java/com/yahoo/document/serialization/XmlStreamTestCase.java')
-rw-r--r--document/src/test/java/com/yahoo/document/serialization/XmlStreamTestCase.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/document/src/test/java/com/yahoo/document/serialization/XmlStreamTestCase.java b/document/src/test/java/com/yahoo/document/serialization/XmlStreamTestCase.java
index afe08aeb2d6..4a66b562f35 100644
--- a/document/src/test/java/com/yahoo/document/serialization/XmlStreamTestCase.java
+++ b/document/src/test/java/com/yahoo/document/serialization/XmlStreamTestCase.java
@@ -1,11 +1,8 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.document.serialization;
-import com.yahoo.document.serialization.XmlStream;
import org.junit.Test;
-import java.io.IOException;
-
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
@@ -14,6 +11,7 @@ import static org.junit.Assert.assertTrue;
*
* @author HÃ¥kon Humberset
*/
+@Deprecated
public class XmlStreamTestCase {
/** A catch all test checking that regular usage looks good. */