summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/documentmodel/NewDocumentType.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-04-26 11:31:14 +0200
committerJon Bratseth <bratseth@oath.com>2018-04-26 11:31:14 +0200
commitba5c0bf80476d47f1747a0eda2c8962b78243df0 (patch)
tree4ef2ea8f8f5d68439171bf824573abea334ce648 /config-model/src/main/java/com/yahoo/documentmodel/NewDocumentType.java
parentf08c5d4a65719d82a8284049d7e42f0a96d5ef86 (diff)
Validate content type removal
Diffstat (limited to 'config-model/src/main/java/com/yahoo/documentmodel/NewDocumentType.java')
-rw-r--r--config-model/src/main/java/com/yahoo/documentmodel/NewDocumentType.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/java/com/yahoo/documentmodel/NewDocumentType.java b/config-model/src/main/java/com/yahoo/documentmodel/NewDocumentType.java
index a93cbe0c1ff..06bb32213f9 100644
--- a/config-model/src/main/java/com/yahoo/documentmodel/NewDocumentType.java
+++ b/config-model/src/main/java/com/yahoo/documentmodel/NewDocumentType.java
@@ -392,4 +392,5 @@ public final class NewDocumentType extends StructuredDataType implements DataTyp
public Set<Name> getDocumentReferences() {
return documentReferences;
}
+
}