summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-01-20 12:52:19 +0100
committerJon Bratseth <bratseth@gmail.com>2022-01-20 12:52:19 +0100
commit3c7a02e0ff3ab5f8ba03fd215da69659f4bb33d8 (patch)
tree15ee6d8a87204d349d17c33377cc6b2c16288702 /container-search
parentc13776e481b5ad866c2cbec033dae91ef7a61d42 (diff)
Update ABI spec
Diffstat (limited to 'container-search')
-rw-r--r--container-search/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index b320a1090ae..c932890dd44 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -503,7 +503,8 @@
"public void <init>(com.yahoo.prelude.query.Item, java.util.Collection)",
"public com.yahoo.prelude.query.Item$ItemType getItemType()",
"public java.lang.String getName()",
- "protected void adding(com.yahoo.prelude.query.Item)"
+ "protected void adding(com.yahoo.prelude.query.Item)",
+ "public static boolean acceptsChildrenOfType(com.yahoo.prelude.query.Item$ItemType)"
],
"fields": []
},
@@ -1594,6 +1595,7 @@
"public boolean hasItemClass(java.lang.Class)",
"public com.yahoo.prelude.query.Item createItemClass()",
"public java.lang.String toSign()",
+ "public com.yahoo.prelude.query.Item$ItemType toItemType()",
"public boolean equals(java.lang.Object)",
"public int hashCode()",
"public java.lang.String toString()"