summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-20 11:37:11 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2024-01-20 11:38:03 +0100
commit77df31b8e9af00e02003f04285f24e50bea4e59a (patch)
tree5fa1058de17ae8ab78f234d91dd7efee8d319fba /vespajlib/abi-spec.json
parent3cf8be5fe60504a02be04009b9348913ae32b564 (diff)
Rename getIndex => getDirectIndex
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 5b03c8b5661..174ce6332db 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -729,7 +729,7 @@
],
"methods" : [
"public void setIndex(int, int)",
- "public long getIndex()",
+ "public long getDirectIndex()",
"public long getStride(int)"
],
"fields" : [ ]