aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/abi-spec.json
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-16 23:35:47 +0200
committerHarald Musum <musum@verizonmedia.com>2019-10-16 23:35:47 +0200
commitd9b6c2bae8de6708625a05b4ad6224fb36f8cb7e (patch)
treef0a29d2ee7906d375af55454176005367e1afdae /zkfacade/abi-spec.json
parent0f378f6aeae4ab1afef700ee49257ff2074e4d14 (diff)
Add constructor without ZooKeeperServer argument, for testing
Will be used by code in internal repo, so needs to be public
Diffstat (limited to 'zkfacade/abi-spec.json')
-rw-r--r--zkfacade/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/zkfacade/abi-spec.json b/zkfacade/abi-spec.json
index 7547a29fd6c..27027287d39 100644
--- a/zkfacade/abi-spec.json
+++ b/zkfacade/abi-spec.json
@@ -67,6 +67,7 @@
],
"methods": [
"public static com.yahoo.vespa.curator.Curator create(java.lang.String)",
+ "public void <init>(com.yahoo.cloud.config.ConfigserverConfig)",
"public void <init>(com.yahoo.cloud.config.ConfigserverConfig, com.yahoo.vespa.zookeeper.ZooKeeperServer)",
"protected void <init>(java.lang.String, java.lang.String, java.util.function.Function)",
"public java.lang.String connectionSpec()",