aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/documentmodel
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-11-13 15:20:38 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:26 +0100
commit2904e2729bbf6c14e6cfad4b65405c812f050c3c (patch)
tree1bb83f4fe5396506d31c0c98c8bccb12ceb9e521 /config-model/src/main/java/com/yahoo/vespa/documentmodel
parent08b6fe261b5b88635cb561208476fd1ac2607040 (diff)
Remove deprecated methods
Diffstat (limited to 'config-model/src/main/java/com/yahoo/vespa/documentmodel')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/documentmodel/SummaryField.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/documentmodel/SummaryField.java b/config-model/src/main/java/com/yahoo/vespa/documentmodel/SummaryField.java
index 0f162ee9d51..a9d7f407eb5 100644
--- a/config-model/src/main/java/com/yahoo/vespa/documentmodel/SummaryField.java
+++ b/config-model/src/main/java/com/yahoo/vespa/documentmodel/SummaryField.java
@@ -121,12 +121,6 @@ public class SummaryField extends Field implements Cloneable, TypedKey {
public void setImplicit(boolean implicit) { this.implicit=implicit; }
- @Override // override to make public
- @Deprecated
- public void setDataType(DataType type) {
- super.setDataType(type);
- }
-
public boolean isImplicit() { return implicit; }
public void setTransform(SummaryTransform transform) {