summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/documentmodel
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-03-18 13:26:23 +0000
committerArne H Juul <arnej@yahooinc.com>2022-03-18 14:33:43 +0000
commit113ebf98906fc150154bd2f362d14b8e19d5226f (patch)
tree72a39815466cbce2cc649385b0e24d9ba7dfeb1c /config-model/src/main/java/com/yahoo/documentmodel
parent49b6b5174dabceb13b2628d3d824d940278b1900 (diff)
no deprecation here anymore
Diffstat (limited to 'config-model/src/main/java/com/yahoo/documentmodel')
-rw-r--r--config-model/src/main/java/com/yahoo/documentmodel/NewDocumentReferenceDataType.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/documentmodel/NewDocumentReferenceDataType.java b/config-model/src/main/java/com/yahoo/documentmodel/NewDocumentReferenceDataType.java
index 994e969eeb0..65c282e01e2 100644
--- a/config-model/src/main/java/com/yahoo/documentmodel/NewDocumentReferenceDataType.java
+++ b/config-model/src/main/java/com/yahoo/documentmodel/NewDocumentReferenceDataType.java
@@ -15,7 +15,6 @@ import com.yahoo.document.datatypes.ReferenceFieldValue;
*
* @author arnej
**/
-@SuppressWarnings("deprecation")
public final class NewDocumentReferenceDataType extends DataType {
private final StructuredDataType target;