From 338d383d81ee6b142b308ef8798b44374b480838 Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Thu, 2 Jun 2022 10:40:41 +0000 Subject: remove TemporaryStructuredDataType --- document/abi-spec.json | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'document/abi-spec.json') diff --git a/document/abi-spec.json b/document/abi-spec.json index 7748a927c6d..edc4d8a19c6 100644 --- a/document/abi-spec.json +++ b/document/abi-spec.json @@ -954,11 +954,8 @@ ], "methods": [ "public void (com.yahoo.document.DocumentType, int)", - "public void (com.yahoo.document.TemporaryStructuredDataType, int)", "public static com.yahoo.document.ReferenceDataType createWithInferredId(com.yahoo.document.DocumentType)", - "public static com.yahoo.document.ReferenceDataType createWithInferredId(com.yahoo.document.TemporaryStructuredDataType)", "public com.yahoo.document.StructuredDataType getTargetType()", - "public void setTargetType(com.yahoo.document.StructuredDataType)", "public com.yahoo.document.datatypes.ReferenceFieldValue createFieldValue()", "public java.lang.Class getValueClass()", "public boolean isValueCompatible(com.yahoo.document.datatypes.FieldValue)", @@ -1055,19 +1052,6 @@ "public static final int classId" ] }, - "com.yahoo.document.TemporaryStructuredDataType": { - "superClass": "com.yahoo.document.StructDataType", - "interfaces": [], - "attributes": [ - "public" - ], - "methods": [ - "public static com.yahoo.document.TemporaryStructuredDataType create(java.lang.String)", - "public static com.yahoo.document.TemporaryStructuredDataType createById(int)", - "protected void setName(java.lang.String)" - ], - "fields": [] - }, "com.yahoo.document.TensorDataType": { "superClass": "com.yahoo.document.DataType", "interfaces": [], -- cgit v1.2.3