summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-03-21 09:14:25 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-03-21 09:16:43 +0100
commit7f95690a3e658184a84f52ffa1be178768262f03 (patch)
tree1fad71b3f68fb267f82525676abf3769e0f3cb02 /vespajlib/abi-spec.json
parentf54343d798a304c620b42a5cc6aa783ea53cc784 (diff)
Allocate array once by presizing
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 88872fef8a1..48d519b3a62 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -145,6 +145,7 @@
],
"methods" : [
"public void <init>()",
+ "public void <init>(int)",
"public boolean valid()",
"public com.yahoo.data.access.Type type()",
"public int entryCount()",